Html Css Color HEX #7F5CFD Medium Slate Blue

📋 copy color: '#7F5CFD'

red 127 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #7F5CFD

Tints of Medium Slate Blue #7F5CFD

RGB

 RED value IS 127 (50% from 255) = 26.91%

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

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

R = 26.91%
G = 19.49%
B = 53.6%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F5CFD (or 0x7F5CFD) is known color: Medium Slate Blue. HEX triplet: 7F, 5C and FD. RGB value is (127,92,253). Sum of RGB (Red+Green+Blue) = 127+92+253=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F5CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5CFD is #80A302. Grayscale: #787878. Windows color (decimal): -8430339 or 16604287. OLE color: 16604287.

HSL color Cylindrical-coordinate representation of color #7F5CFD: hue angle of 253.04º 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 #7F5CFD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 92 253 -
CMYK 0.50 0.64 0 0.01
HSL 253.04º 0.98% 0.68% -
HSV(B) 253.04º 0.64% 0.99% -
XYZ 30.31 19.26 95.05 -
YUV 120.82 202.6 132.41 -
System Red Green Blue C M Y K H S L
Decimal 127 92 253 0.50 0.64 0 0.01 253.04 0.98 0.68
Hex 7F 5C FD 32 40 0 1 FD 62 44
Octal 177 134 375 62 100 0 1 375 142 104
Binary 1111111 1011100 11111101 110010 1000000 0 1 11111101 1100010 1000100

Color Harmonies of #7F5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CFD

Black with #7F5CFD

Text Example


Text Example

White with #7F5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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