#8A88FC

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

Shades of Light Slate Blue #8A88FC

Tints of Light Slate Blue #8A88FC

Color information

#8A88FC (or 0x8A88FC) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 88 and FC. RGB value is (138,136,252). Sum of RGB (Red+Green+Blue) = 138+136+252=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A88FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A88FC is #757703. Grayscale: #959595. Windows color (decimal): -7698180 or 16550026. OLE color: 16550026.

HSL color Cylindrical-coordinate representation of color #8A88FC: hue angle of 241.03º degrees, saturation: 0.95, 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 #8A88FC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138136252-
CMYK0.450.4600.01
HSL241.03º95.08%76.08%-
HSV(B)241.03º46.03%98.82%-
XYZ36.8630.0495.95-
YUV149.82185.66119.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=26.24%
G=25.86%
B=47.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381362520.450.4600.01241.0395.0876.08
Hex8A88FC2D2E01f15f4c
Octal212210374555601361137114
Binary100010101000100011111100101101101110011111000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A88FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A88FC; }

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

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

<style>
 a { background-color: #8A88FC; }

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

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

<style>
 span { border-color: #8A88FC; }

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

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