#9B8EF9

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

Shades of Light Slate Blue #9B8EF9

Tints of Light Slate Blue #9B8EF9

Color information

#9B8EF9 (or 0x9B8EF9) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8E and F9. RGB value is (155,142,249). Sum of RGB (Red+Green+Blue) = 155+142+249=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B8EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EF9 is #647106. Grayscale: #9D9D9D. Windows color (decimal): -6582535 or 16354971. OLE color: 16354971.

HSL color Cylindrical-coordinate representation of color #9B8EF9: hue angle of 247.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8EF9 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155142249-
CMYK0.380.4300.02
HSL247.29º89.92%76.67%-
HSV(B)247.29º42.97%97.65%-
XYZ40.2933.1593.9-
YUV158.08179.31125.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=28.39%
G=26.01%
B=45.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551422490.380.4300.02247.2989.9276.67
Hex9B8EF9262B02f75a4d
Octal233216371465302367132115
Binary1001101110001110111110011001101010110101111011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8EF9; }

 p { color: rgb(155,142,249); }

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

<style>
 a { background-color: #9B8EF9; }

 a { background-color: rgb(155,142,249); }

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

<style>
 span { border-color: #9B8EF9; }

 span { border-color: rgb(155,142,249); }

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