Html Css Color HEX #9F7CFD Light Slate Blue

📋 copy color: '#9F7CFD'

red 159 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #9F7CFD

Tints of Light Slate Blue #9F7CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

 BLUE value IS 253 (99.22% from 255) = 47.2%

R = 29.66%
G = 23.13%
B = 47.2%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F7CFD (or 0x9F7CFD) is known color: Light Slate Blue. HEX triplet: 9F, 7C and FD. RGB value is (159,124,253). Sum of RGB (Red+Green+Blue) = 159+124+253=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7CFD is #608302. Grayscale: #949494. Windows color (decimal): -6324995 or 16612511. OLE color: 16612511.

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

Color convert

RGB 159 124 253 -
CMYK 0.37 0.51 0 0.01
HSL 256.28º 0.97% 0.74% -
HSV(B) 256.28º 0.51% 0.99% -
XYZ 39.24 28.88 96.43 -
YUV 149.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 159 124 253 0.37 0.51 0 0.01 256.28 0.97 0.74
Hex 9F 7C FD 25 33 0 1 100 61 4A
Octal 237 174 375 45 63 0 1 400 141 112
Binary 10011111 1111100 11111101 100101 110011 0 1 100000000 1100001 1001010

Color Harmonies of #9F7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CFD

Black with #9F7CFD

Text Example


Text Example

White with #9F7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,253); }

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

background-color css

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

 a { background-color: rgb(159,124,253); }

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

border-color css

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

 span { border-color: rgb(159,124,253); }

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