#888AFB

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

Shades of Light Slate Blue #888AFB

Tints of Light Slate Blue #888AFB

Color information

#888AFB (or 0x888AFB) is unknown color: approx Light Slate Blue. HEX triplet: 88, 8A and FB. RGB value is (136,138,251). Sum of RGB (Red+Green+Blue) = 136+138+251=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #888AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AFB is #777504. Grayscale: #959595. Windows color (decimal): -7828741 or 16485000. OLE color: 16485000.

HSL color Cylindrical-coordinate representation of color #888AFB: hue angle of 238.96º degrees, saturation: 0.93, 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 #888AFB is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136138251-
CMYK0.460.4500.02
HSL238.96º93.5%75.88%-
HSV(B)238.96º45.82%98.43%-
XYZ36.6530.3895.2-
YUV150.28184.84117.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=25.90%
G=26.29%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1361382510.460.4500.02238.9693.575.88
Hex888AFB2E2D02ef5d4c
Octal210212373565502357135114
Binary1000100010001010111110111011101011010101110111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888AFB; }

 p { color: rgb(136,138,251); }

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

<style>
 a { background-color: #888AFB; }

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

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

<style>
 span { border-color: #888AFB; }

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

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