Html Css Color HEX #9F81FE Light Slate Blue

📋 copy color: '#9F81FE'

red 159 ◦ green 129 ◦ blue 254

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

Shades of Light Slate Blue #9F81FE

Tints of Light Slate Blue #9F81FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.8%

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

R = 29.34%
G = 23.8%
B = 46.86%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F81FE (or 0x9F81FE) is known color: Light Slate Blue. HEX triplet: 9F, 81 and FE. RGB value is (159,129,254). Sum of RGB (Red+Green+Blue) = 159+129+254=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F81FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F81FE is #607E01. Grayscale: #979797. Windows color (decimal): -6323714 or 16679327. OLE color: 16679327.

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

Color convert

RGB 159 129 254 -
CMYK 0.37 0.49 0 0.00
HSL 254.4º 0.98% 0.75% -
HSV(B) 254.4º 0.49% 1% -
XYZ 40.04 30.23 97.49 -
YUV 152.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 159 129 254 0.37 0.49 0 0.00 254.4 0.98 0.75
Hex 9F 81 FE 25 31 0 0 FE 62 4B
Octal 237 201 376 45 61 0 0 376 142 113
Binary 10011111 10000001 11111110 100101 110001 0 0 11111110 1100010 1001011

Color Harmonies of #9F81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81FE

Black with #9F81FE

Text Example


Text Example

White with #9F81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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