#9F82FF

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

Shades of Light Slate Blue #9F82FF

Tints of Light Slate Blue #9F82FF

Color information

#9F82FF (or 0x9F82FF) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 82 and FF. RGB value is (159,130,255). Sum of RGB (Red+Green+Blue) = 159+130+255=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F82FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F82FF is #607D00. Grayscale: #989898. Windows color (decimal): -6323457 or 16745119. OLE color: 16745119.

HSL color Cylindrical-coordinate representation of color #9F82FF: hue angle of 253.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F82FF is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159130255-
CMYK0.380.4900
HSL253.92º100%75.49%-
HSV(B)253.92º49.02%100%-
XYZ40.3330.5698.38-
YUV152.92185.61132.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 255 (100% from 255) = 46.88%
R=29.23%
G=23.90%
B=46.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591302550.380.4900253.9210075.49
Hex9F82FF263100fe644b
Octal237202377466100376144113
Binary100111111000001011111111100110110001001111111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,255); }

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

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

 a { background-color: rgb(159,130,255); }

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

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

 span { border-color: rgb(159,130,255); }

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