#9B8BFA

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

Shades of Light Slate Blue #9B8BFA

Tints of Light Slate Blue #9B8BFA

Color information

#9B8BFA (or 0x9B8BFA) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 8B and FA. RGB value is (155,139,250). Sum of RGB (Red+Green+Blue) = 155+139+250=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8BFA is #647405. Grayscale: #9C9C9C. Windows color (decimal): -6583302 or 16419739. OLE color: 16419739.

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

Color convert

RGB155139250-
CMYK0.380.4400.02
HSL248.65º91.74%76.27%-
HSV(B)248.65º44.4%98.04%-
XYZ40.0132.3494.58-
YUV156.44180.8126.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=28.49%
G=25.55%
B=45.96%

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
Decimal1551392500.380.4400.02248.6591.7476.27
Hex9B8BFA262C02f95c4c
Octal233213372465402371134114
Binary1001101110001011111110101001101011000101111100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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