Html Css Color HEX #7F5CDC Medium Slate Blue

📋 copy color: '#7F5CDC'

red 127 ◦ green 92 ◦ blue 220

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

Shades of Medium Slate Blue #7F5CDC

Tints of Medium Slate Blue #7F5CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 28.93%
G = 20.96%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F5CDC (or 0x7F5CDC) is known color: Medium Slate Blue. HEX triplet: 7F, 5C and DC. RGB value is (127,92,220). Sum of RGB (Red+Green+Blue) = 127+92+220=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CDC is #80A323. Grayscale: #747474. Windows color (decimal): -8430372 or 14441599. OLE color: 14441599.

HSL color Cylindrical-coordinate representation of color #7F5CDC: hue angle of 256.41º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F5CDC is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 92 220 -
CMYK 0.42 0.58 0 0.14
HSL 256.41º 0.65% 0.61% -
HSV(B) 256.41º 0.58% 0.86% -
XYZ 25.5 17.33 69.71 -
YUV 117.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 127 92 220 0.42 0.58 0 0.14 256.41 0.65 0.61
Hex 7F 5C DC 2A 3A 0 E 100 41 3D
Octal 177 134 334 52 72 0 16 400 101 75
Binary 1111111 1011100 11011100 101010 111010 0 1110 100000000 1000001 111101

Color Harmonies of #7F5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CDC

Black with #7F5CDC

Text Example


Text Example

White with #7F5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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