#888AFD

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

Shades of Light Slate Blue #888AFD

Tints of Light Slate Blue #888AFD

Color information

#888AFD (or 0x888AFD) is unknown color: approx Light Slate Blue. HEX triplet: 88, 8A and FD. RGB value is (136,138,253). Sum of RGB (Red+Green+Blue) = 136+138+253=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #888AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AFD is #777502. Grayscale: #969696. Windows color (decimal): -7828739 or 16616072. OLE color: 16616072.

HSL color Cylindrical-coordinate representation of color #888AFD: hue angle of 238.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888AFD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136138253-
CMYK0.460.4500.01
HSL238.97º96.69%76.27%-
HSV(B)238.97º46.25%99.22%-
XYZ36.9730.596.87-
YUV150.51185.84117.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 253 (99.22% from 255) = 48.01%
R=25.81%
G=26.19%
B=48.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361382530.460.4500.01238.9796.6976.27
Hex888AFD2E2D01ef614c
Octal210212375565501357141114
Binary100010001000101011111101101110101101011110111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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