Html Css Color HEX #9F84FE Light Slate Blue

📋 copy color: '#9F84FE'

red 159 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #9F84FE

Tints of Light Slate Blue #9F84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.22%

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

R = 29.17%
G = 24.22%
B = 46.61%

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

#9F84FE (or 0x9F84FE) is known color: Light Slate Blue. HEX triplet: 9F, 84 and FE. RGB value is (159,132,254). Sum of RGB (Red+Green+Blue) = 159+132+254=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F84FE is #607B01. Grayscale: #999999. Windows color (decimal): -6322946 or 16680095. OLE color: 16680095.

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

Color convert

RGB 159 132 254 -
CMYK 0.37 0.48 0 0.00
HSL 253.28º 0.98% 0.76% -
HSV(B) 253.28º 0.48% 1% -
XYZ 40.44 31.03 97.62 -
YUV 153.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 159 132 254 0.37 0.48 0 0.00 253.28 0.98 0.76
Hex 9F 84 FE 25 30 0 0 FD 62 4C
Octal 237 204 376 45 60 0 0 375 142 114
Binary 10011111 10000100 11111110 100101 110000 0 0 11111101 1100010 1001100

Color Harmonies of #9F84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F84FE

Black with #9F84FE

Text Example


Text Example

White with #9F84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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