#9B8BF9

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

Shades of Light Slate Blue #9B8BF9

Tints of Light Slate Blue #9B8BF9

Color information

#9B8BF9 (or 0x9B8BF9) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8B and F9. RGB value is (155,139,249). Sum of RGB (Red+Green+Blue) = 155+139+249=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B8BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BF9 is #647406. Grayscale: #9B9B9B. Windows color (decimal): -6583303 or 16354203. OLE color: 16354203.

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

Color convert

RGB155139249-
CMYK0.380.4400.02
HSL248.73º90.16%76.08%-
HSV(B)248.73º44.18%97.65%-
XYZ39.8532.2793.75-
YUV156.32180.3127.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=28.55%
G=25.60%
B=45.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551392490.380.4400.02248.7390.1676.08
Hex9B8BF9262C02f95a4c
Octal233213371465402371132114
Binary1001101110001011111110011001101011000101111100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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