#8861FF

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

Shades of Light Slate Blue #8861FF

Tints of Light Slate Blue #8861FF

Color information

#8861FF (or 0x8861FF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 61 and FF. RGB value is (136,97,255). Sum of RGB (Red+Green+Blue) = 136+97+255=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8861FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8861FF is #779E00. Grayscale: #7E7E7E. Windows color (decimal): -7839233 or 16736648. OLE color: 16736648.

HSL color Cylindrical-coordinate representation of color #8861FF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8861FF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13697255-
CMYK0.470.6200
HSL254.81º100%69.02%-
HSV(B)254.81º61.96%100%-
XYZ32.482196.95-
YUV126.67200.42134.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 255 (100% from 255) = 52.25%
R=27.87%
G=19.88%
B=52.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal136972550.470.6200254.8110069.02
Hex8861FF2F3E00ff6445
Octal210141377577600377144105
Binary10001000110000111111111101111111110001111111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8861FF; }

 p { color: rgb(136,97,255); }

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

<style>
 a { background-color: #8861FF; }

 a { background-color: rgb(136,97,255); }

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

<style>
 span { border-color: #8861FF; }

 span { border-color: rgb(136,97,255); }

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