#9B8CF8

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

Shades of Light Slate Blue #9B8CF8

Tints of Light Slate Blue #9B8CF8

Color information

#9B8CF8 (or 0x9B8CF8) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8C and F8. RGB value is (155,140,248). Sum of RGB (Red+Green+Blue) = 155+140+248=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #9B8CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CF8 is #647307. Grayscale: #9C9C9C. Windows color (decimal): -6583048 or 16288923. OLE color: 16288923.

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

Color convert

RGB155140248-
CMYK0.380.4400.03
HSL248.33º88.52%76.08%-
HSV(B)248.33º43.55%97.25%-
XYZ39.8432.592.98-
YUV156.8179.47126.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 140 (55.08% from 255) = 25.78%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=28.55%
G=25.78%
B=45.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1551402480.380.4400.03248.3388.5276.08
Hex9B8CF8262C03f8594c
Octal233214370465403370131114
Binary1001101110001100111110001001101011000111111100010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,248); }

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

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

 a { background-color: rgb(155,140,248); }

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

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

 span { border-color: rgb(155,140,248); }

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