#9B8DFA

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

Shades of Light Slate Blue #9B8DFA

Tints of Light Slate Blue #9B8DFA

Color information

#9B8DFA (or 0x9B8DFA) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8D and FA. RGB value is (155,141,250). Sum of RGB (Red+Green+Blue) = 155+141+250=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DFA is #647205. Grayscale: #9D9D9D. Windows color (decimal): -6582790 or 16420251. OLE color: 16420251.

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

Color convert

RGB155141250-
CMYK0.380.4400.02
HSL247.71º91.6%76.67%-
HSV(B)247.71º43.6%98.04%-
XYZ40.332.9294.67-
YUV157.61180.14126.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.39%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=28.39%
G=25.82%
B=45.79%

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
Decimal1551412500.380.4400.02247.7191.676.67
Hex9B8DFA262C02f85c4d
Octal233215372465402370134115
Binary1001101110001101111110101001101011000101111100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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