#8089FF

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

Shades of Light Slate Blue #8089FF

Tints of Light Slate Blue #8089FF

Color information

#8089FF (or 0x8089FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 89 and FF. RGB value is (128,137,255). Sum of RGB (Red+Green+Blue) = 128+137+255=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 137 (53.91% from 255 or 26.35% 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 #8089FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8089FF is #7F7600. Grayscale: #939393. Windows color (decimal): -8353281 or 16746880. OLE color: 16746880.

HSL color Cylindrical-coordinate representation of color #8089FF: hue angle of 235.75º 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 #8089FF is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128137255-
CMYK0.500.4600
HSL235.75º100%75.1%-
HSV(B)235.75º49.8%100%-
XYZ35.929.798.45-
YUV147.76188.52113.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 255 (100% from 255) = 49.04%
R=24.62%
G=26.35%
B=49.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281372550.500.4600235.7510075.1
Hex8089FF322E00ec644b
Octal200211377625600354144113
Binary100000001000100111111111110010101110001110110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8089FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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