#8189FB

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

Shades of Light Slate Blue #8189FB

Tints of Light Slate Blue #8189FB

Color information

#8189FB (or 0x8189FB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 89 and FB. RGB value is (129,137,251). Sum of RGB (Red+Green+Blue) = 129+137+251=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #8189FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8189FB is #7E7604. Grayscale: #939393. Windows color (decimal): -8287749 or 16484737. OLE color: 16484737.

HSL color Cylindrical-coordinate representation of color #8189FB: hue angle of 236.07º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8189FB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129137251-
CMYK0.490.4500.02
HSL236.07º93.85%74.51%-
HSV(B)236.07º48.61%98.43%-
XYZ35.4129.5295.1-
YUV147.6186.35114.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=24.95%
G=26.50%
B=48.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291372510.490.4500.02236.0793.8574.51
Hex8189FB312D02ec5e4b
Octal201211373615502354136113
Binary1000000110001001111110111100011011010101110110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8189FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8189FB; }

 p { color: rgb(129,137,251); }

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

<style>
 a { background-color: #8189FB; }

 a { background-color: rgb(129,137,251); }

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

<style>
 span { border-color: #8189FB; }

 span { border-color: rgb(129,137,251); }

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