Html Css Color HEX #9F7DFC Light Slate Blue

📋 copy color: '#9F7DFC'

red 159 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #9F7DFC

Tints of Light Slate Blue #9F7DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 29.66%
G = 23.32%
B = 47.01%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F7DFC (or 0x9F7DFC) is known color: Light Slate Blue. HEX triplet: 9F, 7D and FC. RGB value is (159,125,252). Sum of RGB (Red+Green+Blue) = 159+125+252=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DFC is #608203. Grayscale: #959595. Windows color (decimal): -6324740 or 16547231. OLE color: 16547231.

HSL color Cylindrical-coordinate representation of color #9F7DFC: hue angle of 256.06º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7DFC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 125 252 -
CMYK 0.37 0.50 0 0.01
HSL 256.06º 0.95% 0.74% -
HSV(B) 256.06º 0.5% 0.99% -
XYZ 39.2 29.07 95.64 -
YUV 149.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 159 125 252 0.37 0.50 0 0.01 256.06 0.95 0.74
Hex 9F 7D FC 25 32 0 1 100 5F 4A
Octal 237 175 374 45 62 0 1 400 137 112
Binary 10011111 1111101 11111100 100101 110010 0 1 100000000 1011111 1001010

Color Harmonies of #9F7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DFC

Black with #9F7DFC

Text Example


Text Example

White with #9F7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,252); }

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

background-color css

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

 a { background-color: rgb(159,125,252); }

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

border-color css

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

 span { border-color: rgb(159,125,252); }

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