Html Css Color HEX #9F5CFD Light Slate Blue

📋 copy color: '#9F5CFD'

red 159 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #9F5CFD

Tints of Light Slate Blue #9F5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

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

R = 31.55%
G = 18.25%
B = 50.2%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F5CFD (or 0x9F5CFD) is known color: Light Slate Blue. HEX triplet: 9F, 5C and FD. RGB value is (159,92,253). Sum of RGB (Red+Green+Blue) = 159+92+253=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5CFD is #60A302. Grayscale: #818181. Windows color (decimal): -6333187 or 16604319. OLE color: 16604319.

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

Color convert

RGB 159 92 253 -
CMYK 0.37 0.64 0 0.01
HSL 264.97º 0.98% 0.68% -
HSV(B) 264.97º 0.64% 0.99% -
XYZ 35.85 22.12 95.31 -
YUV 130.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 159 92 253 0.37 0.64 0 0.01 264.97 0.98 0.68
Hex 9F 5C FD 25 40 0 1 109 62 44
Octal 237 134 375 45 100 0 1 411 142 104
Binary 10011111 1011100 11111101 100101 1000000 0 1 100001001 1100010 1000100

Color Harmonies of #9F5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CFD

Black with #9F5CFD

Text Example


Text Example

White with #9F5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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