#9B8EFF

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

Shades of Light Slate Blue #9B8EFF

Tints of Light Slate Blue #9B8EFF

Color information

#9B8EFF (or 0x9B8EFF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8E and FF. RGB value is (155,142,255). Sum of RGB (Red+Green+Blue) = 155+142+255=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8EFF is #647100. Grayscale: #9E9E9E. Windows color (decimal): -6582529 or 16748187. OLE color: 16748187.

HSL color Cylindrical-coordinate representation of color #9B8EFF: hue angle of 246.9º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8EFF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB155142255-
CMYK0.390.4400
HSL246.9º100%77.84%-
HSV(B)246.9º44.31%100%-
XYZ41.2433.5398.91-
YUV158.77182.31125.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 255 (100% from 255) = 46.20%
R=28.08%
G=25.72%
B=46.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551422550.390.4400246.910077.84
Hex9B8EFF272C00f7644e
Octal233216377475400367144116
Binary100110111000111011111111100111101100001111011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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