#8369fc

Color #8369FC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8369FC

Tints of Light Slate Blue #8369FC

Color information

#8369FC (or 0x8369FC) is unknown color: approx Light Slate Blue. HEX triplet: 83, 69 and FC. RGB value is (131,105,252). Sum of RGB (Red+Green+Blue) = 131+105+252=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #8369FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8369FC is #7C9603. Grayscale: #808080. Windows color (decimal): -8164868 or 16542083. OLE color: 16542083.

HSL color Cylindrical-coordinate representation of color #8369FC: hue angle of 250.61º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8369FC is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131105252-
CMYK0.480.5800.01
HSL250.61º96.08%70%-
HSV(B)250.61º58.33%98.82%-
XYZ31.9821.9694.65-
YUV129.53197.11129.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 252 (98.83% from 255) = 51.64%
R=26.84%
G=21.52%
B=51.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311052520.480.5800.01250.6196.0870
Hex8369FC303A01fb6046
Octal203151374607201373140106
Binary10000011110100111111100110000111010011111101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8369fc; }

 p { color: rgb(131,105,252); }

 H1.HeaderClassName
 {
   color: #8369fc;
 }
 .AnyTagClassName
 {
   color: #8369fc;
 }
</style>
background-color css

<style>
 a { background-color: #8369fc; }

 a { background-color: rgb(131,105,252); }

 div.DivClassName
 {
   background-color: #8369fc;
 }
 .BgClassName
 {
   background-color: #8369fc;
 }
</style>
border-color css

<style>
 span { border-color: #8369fc; }

 span { border-color: rgb(131,105,252); }

 td.TdClassName
 {
   border-color: #8369fc;
 }
 .TagClassName
 {
   border-color: #8369fc;
 }
</style>