#8088FF

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

Shades of Light Slate Blue #8088FF

Tints of Light Slate Blue #8088FF

Color information

#8088FF (or 0x8088FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 88 and FF. RGB value is (128,136,255). Sum of RGB (Red+Green+Blue) = 128+136+255=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #8088FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8088FF is #7F7700. Grayscale: #929292. Windows color (decimal): -8353537 or 16746624. OLE color: 16746624.

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

Color convert

RGB128136255-
CMYK0.500.4700
HSL236.22º100%75.1%-
HSV(B)236.22º49.8%100%-
XYZ35.7629.4298.4-
YUV147.17188.85114.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 255 (100% from 255) = 49.13%
R=24.66%
G=26.20%
B=49.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281362550.500.4700236.2210075.1
Hex8088FF322F00ec644b
Octal200210377625700354144113
Binary100000001000100011111111110010101111001110110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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