Html Css Color HEX #9F7FFD Light Slate Blue

📋 copy color: '#9F7FFD'

red 159 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #9F7FFD

Tints of Light Slate Blue #9F7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 29.5%
G = 23.56%
B = 46.94%

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

#9F7FFD (or 0x9F7FFD) is known color: Light Slate Blue. HEX triplet: 9F, 7F and FD. RGB value is (159,127,253). Sum of RGB (Red+Green+Blue) = 159+127+253=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FFD is #608002. Grayscale: #969696. Windows color (decimal): -6324227 or 16613279. OLE color: 16613279.

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

Color convert

RGB 159 127 253 -
CMYK 0.37 0.50 0 0.01
HSL 255.24º 0.97% 0.75% -
HSV(B) 255.24º 0.5% 0.99% -
XYZ 39.62 29.64 96.56 -
YUV 150.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 159 127 253 0.37 0.50 0 0.01 255.24 0.97 0.75
Hex 9F 7F FD 25 32 0 1 FF 61 4B
Octal 237 177 375 45 62 0 1 377 141 113
Binary 10011111 1111111 11111101 100101 110010 0 1 11111111 1100001 1001011

Color Harmonies of #9F7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FFD

Black with #9F7FFD

Text Example


Text Example

White with #9F7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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