#9F8BFA

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

Shades of Light Slate Blue #9F8BFA

Tints of Light Slate Blue #9F8BFA

Color information

#9F8BFA (or 0x9F8BFA) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 8B and FA. RGB value is (159,139,250). Sum of RGB (Red+Green+Blue) = 159+139+250=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8BFA is #607405. Grayscale: #9D9D9D. Windows color (decimal): -6321158 or 16419743. OLE color: 16419743.

HSL color Cylindrical-coordinate representation of color #9F8BFA: hue angle of 250.81º 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 #9F8BFA is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159139250-
CMYK0.360.4400.02
HSL250.81º91.74%76.27%-
HSV(B)250.81º44.4%98.04%-
XYZ40.7932.7494.61-
YUV157.63180.13128.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.01%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=29.01%
G=25.36%
B=45.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591392500.360.4400.02250.8191.7476.27
Hex9F8BFA242C02fb5c4c
Octal237213372445402373134114
Binary1001111110001011111110101001001011000101111101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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