Html Css Color HEX #9F82FF Light Slate Blue

📋 copy color: '#9F82FF'

red 159 ◦ green 130 ◦ blue 255

#9F82FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9F82FF

Tints of Light Slate Blue #9F82FF

RGB

 RED value IS 159 (62.5% from 255) = 29.23%

 GREEN value IS 130 (51.17% from 255) = 23.9%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 29.23%
G = 23.9%
B = 46.88%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9F82FF (or 0x9F82FF) is known color: 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

RGB 159 130 255 -
CMYK 0.38 0.49 0 0
HSL 253.92º 1% 0.75% -
HSV(B) 253.92º 0.49% 1% -
XYZ 40.33 30.56 98.38 -
YUV 152.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 159 130 255 0.38 0.49 0 0 253.92 1 0.75
Hex 9F 82 FF 26 31 0 0 FE 64 4B
Octal 237 202 377 46 61 0 0 376 144 113
Binary 10011111 10000010 11111111 100110 110001 0 0 11111110 1100100 1001011

Color Harmonies of #9F82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F82FF

Black with #9F82FF

Text Example


Text Example

White with #9F82FF

Text Example


Text Example

HTML Codes & Css Web 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>