#8887F2

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

Shades of Light Slate Blue #8887F2

Tints of Light Slate Blue #8887F2

Color information

#8887F2 (or 0x8887F2) is unknown color: approx Light Slate Blue. HEX triplet: 88, 87 and F2. RGB value is (136,135,242). Sum of RGB (Red+Green+Blue) = 136+135+242=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #8887F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8887F2 is #77780D. Grayscale: #939393. Windows color (decimal): -7829518 or 15894408. OLE color: 15894408.

HSL color Cylindrical-coordinate representation of color #8887F2: hue angle of 240.56º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8887F2 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136135242-
CMYK0.440.4400.05
HSL240.56º80.45%73.92%-
HSV(B)240.56º44.21%94.9%-
XYZ34.8428.9787.76-
YUV147.5181.33119.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 242 (94.92% from 255) = 47.17%
R=26.51%
G=26.32%
B=47.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1361352420.440.4400.05240.5680.4573.92
Hex8887F22C2C05f1504a
Octal210207362545405361120112
Binary10001000100001111111001010110010110001011111000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887F2; }

 p { color: rgb(136,135,242); }

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

<style>
 a { background-color: #8887F2; }

 a { background-color: rgb(136,135,242); }

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

<style>
 span { border-color: #8887F2; }

 span { border-color: rgb(136,135,242); }

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