#9B8DF1

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

Shades of Light Slate Blue #9B8DF1

Tints of Light Slate Blue #9B8DF1

Color information

#9B8DF1 (or 0x9B8DF1) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8D and F1. RGB value is (155,141,241). Sum of RGB (Red+Green+Blue) = 155+141+241=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DF1 is #64720E. Grayscale: #9C9C9C. Windows color (decimal): -6582799 or 15830427. OLE color: 15830427.

HSL color Cylindrical-coordinate representation of color #9B8DF1: hue angle of 248.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8DF1 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155141241-
CMYK0.360.4100.05
HSL248.4º78.12%74.9%-
HSV(B)248.4º41.49%94.51%-
XYZ38.9232.3787.42-
YUV156.59175.64126.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=28.86%
G=26.26%
B=44.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551412410.360.4100.05248.478.1274.9
Hex9B8DF1242905f84e4b
Octal233215361445105370116113
Binary10011011100011011111000110010010100101011111100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,241); }

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

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

 a { background-color: rgb(155,141,241); }

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

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

 span { border-color: rgb(155,141,241); }

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