Html Css Color HEX #9F83FE Light Slate Blue

📋 copy color: '#9F83FE'

red 159 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #9F83FE

Tints of Light Slate Blue #9F83FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.08%

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 29.23%
G = 24.08%
B = 46.69%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F83FE (or 0x9F83FE) is known color: Light Slate Blue. HEX triplet: 9F, 83 and FE. RGB value is (159,131,254). Sum of RGB (Red+Green+Blue) = 159+131+254=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F83FE is #607C01. Grayscale: #989898. Windows color (decimal): -6323202 or 16679839. OLE color: 16679839.

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

Color convert

RGB 159 131 254 -
CMYK 0.37 0.48 0 0.00
HSL 253.66º 0.98% 0.75% -
HSV(B) 253.66º 0.48% 1% -
XYZ 40.3 30.76 97.58 -
YUV 153.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 159 131 254 0.37 0.48 0 0.00 253.66 0.98 0.75
Hex 9F 83 FE 25 30 0 0 FE 62 4B
Octal 237 203 376 45 60 0 0 376 142 113
Binary 10011111 10000011 11111110 100101 110000 0 0 11111110 1100010 1001011

Color Harmonies of #9F83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F83FE

Black with #9F83FE

Text Example


Text Example

White with #9F83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,131,254); }

 H1.HeaderClassName
 {
   color: #9F83FE;
 }
 .AnyTagClassName
 {
   color: #9F83FE;
 }
</style>

background-color css

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

 a { background-color: rgb(159,131,254); }

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

border-color css

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

 span { border-color: rgb(159,131,254); }

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