#9B8BF5

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

Shades of Light Slate Blue #9B8BF5

Tints of Light Slate Blue #9B8BF5

Color information

#9B8BF5 (or 0x9B8BF5) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8B and F5. RGB value is (155,139,245). Sum of RGB (Red+Green+Blue) = 155+139+245=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #9B8BF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BF5 is #64740A. Grayscale: #9B9B9B. Windows color (decimal): -6583307 or 16092059. OLE color: 16092059.

HSL color Cylindrical-coordinate representation of color #9B8BF5: hue angle of 249.06º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8BF5 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB155139245-
CMYK0.370.4300.04
HSL249.06º84.13%75.29%-
HSV(B)249.06º43.27%96.08%-
XYZ39.2332.0390.5-
YUV155.87178.3127.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.76%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=28.76%
G=25.79%
B=45.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1551392450.370.4300.04249.0684.1375.29
Hex9B8BF5252B04f9544b
Octal233213365455304371124113
Binary10011011100010111111010110010110101101001111100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,245); }

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

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

 a { background-color: rgb(155,139,245); }

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

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

 span { border-color: rgb(155,139,245); }

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