#9B8CFD

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

Shades of Light Slate Blue #9B8CFD

Tints of Light Slate Blue #9B8CFD

Color information

#9B8CFD (or 0x9B8CFD) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8C and FD. RGB value is (155,140,253). Sum of RGB (Red+Green+Blue) = 155+140+253=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CFD is #647302. Grayscale: #9C9C9C. Windows color (decimal): -6583043 or 16616603. OLE color: 16616603.

HSL color Cylindrical-coordinate representation of color #9B8CFD: hue angle of 247.96º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B8CFD is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155140253-
CMYK0.390.4500.01
HSL247.96º96.58%77.06%-
HSV(B)247.96º44.66%99.22%-
XYZ40.6332.8297.12-
YUV157.37181.97126.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=28.28%
G=25.55%
B=46.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551402530.390.4500.01247.9696.5877.06
Hex9B8CFD272D01f8614d
Octal233214375475501370141115
Binary100110111000110011111101100111101101011111100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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