#8888FA

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

Shades of Light Slate Blue #8888FA

Tints of Light Slate Blue #8888FA

Color information

#8888FA (or 0x8888FA) is unknown color: approx Light Slate Blue. HEX triplet: 88, 88 and FA. RGB value is (136,136,250). Sum of RGB (Red+Green+Blue) = 136+136+250=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #8888FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8888FA is #777705. Grayscale: #949494. Windows color (decimal): -7829254 or 16418952. OLE color: 16418952.

HSL color Cylindrical-coordinate representation of color #8888FA: hue angle of 240º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8888FA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136136250-
CMYK0.460.4600.02
HSL240º91.94%75.69%-
HSV(B)240º45.6%98.04%-
XYZ36.2129.7494.28-
YUV149185118.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.05%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=26.05%
G=26.05%
B=47.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361362500.460.4600.0224091.9475.69
Hex8888FA2E2E02f05c4c
Octal210210372565602360134114
Binary1000100010001000111110101011101011100101111000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8888FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8888FA; }

 p { color: rgb(136,136,250); }

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

<style>
 a { background-color: #8888FA; }

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

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

<style>
 span { border-color: #8888FA; }

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

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