#9B8FF3

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

Shades of Light Slate Blue #9B8FF3

Tints of Light Slate Blue #9B8FF3

Color information

#9B8FF3 (or 0x9B8FF3) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8F and F3. RGB value is (155,143,243). Sum of RGB (Red+Green+Blue) = 155+143+243=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B8FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8FF3 is #64700C. Grayscale: #9D9D9D. Windows color (decimal): -6582285 or 15962011. OLE color: 15962011.

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

Color convert

RGB155143243-
CMYK0.360.4100.05
HSL247.2º80.65%75.69%-
HSV(B)247.2º41.15%95.29%-
XYZ39.5233.0889.1-
YUV157.99175.98125.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=28.65%
G=26.43%
B=44.92%

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
Decimal1551432430.360.4100.05247.280.6575.69
Hex9B8FF3242905f7514c
Octal233217363445105367121114
Binary10011011100011111111001110010010100101011111011110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,143,243); }

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

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

 a { background-color: rgb(155,143,243); }

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

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

 span { border-color: rgb(155,143,243); }

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