#9B8BFE

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

Shades of Light Slate Blue #9B8BFE

Tints of Light Slate Blue #9B8BFE

Color information

#9B8BFE (or 0x9B8BFE) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8B and FE. RGB value is (155,139,254). Sum of RGB (Red+Green+Blue) = 155+139+254=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BFE is #647401. Grayscale: #9C9C9C. Windows color (decimal): -6583298 or 16681883. OLE color: 16681883.

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

Color convert

RGB155139254-
CMYK0.390.4500.00
HSL248.35º98.29%77.06%-
HSV(B)248.35º45.28%99.61%-
XYZ40.6432.5997.91-
YUV156.89182.8126.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.28%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=28.28%
G=25.36%
B=46.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551392540.390.4500.00248.3598.2977.06
Hex9B8BFE272D00f8624d
Octal233213376475500370142115
Binary100110111000101111111110100111101101001111100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,254); }

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

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

 a { background-color: rgb(155,139,254); }

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

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

 span { border-color: rgb(155,139,254); }

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