#8188FF

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

Shades of Light Slate Blue #8188FF

Tints of Light Slate Blue #8188FF

Color information

#8188FF (or 0x8188FF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 88 and FF. RGB value is (129,136,255). Sum of RGB (Red+Green+Blue) = 129+136+255=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8188FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8188FF is #7E7700. Grayscale: #929292. Windows color (decimal): -8288001 or 16746625. OLE color: 16746625.

HSL color Cylindrical-coordinate representation of color #8188FF: hue angle of 236.67º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8188FF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129136255-
CMYK0.490.4700
HSL236.67º100%75.29%-
HSV(B)236.67º49.41%100%-
XYZ35.9129.598.41-
YUV147.47188.68114.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 255 (100% from 255) = 49.04%
R=24.81%
G=26.15%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291362550.490.4700236.6710075.29
Hex8188FF312F00ed644b
Octal201210377615700355144113
Binary100000011000100011111111110001101111001110110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8188FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8188FF; }

 p { color: rgb(129,136,255); }

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

<style>
 a { background-color: #8188FF; }

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

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

<style>
 span { border-color: #8188FF; }

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

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