Html Css Color HEX #7F57DC Medium Slate Blue

📋 copy color: '#7F57DC'

red 127 ◦ green 87 ◦ blue 220

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

Shades of Medium Slate Blue #7F57DC

Tints of Medium Slate Blue #7F57DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.05%

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

R = 29.26%
G = 20.05%
B = 50.69%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F57DC (or 0x7F57DC) is known color: Medium Slate Blue. HEX triplet: 7F, 57 and DC. RGB value is (127,87,220). Sum of RGB (Red+Green+Blue) = 127+87+220=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F57DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57DC is #80A823. Grayscale: #717171. Windows color (decimal): -8431652 or 14440319. OLE color: 14440319.

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

Color convert

RGB 127 87 220 -
CMYK 0.42 0.60 0 0.14
HSL 258.05º 0.66% 0.6% -
HSV(B) 258.05º 0.6% 0.86% -
XYZ 25.08 16.5 69.57 -
YUV 114.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 127 87 220 0.42 0.60 0 0.14 258.05 0.66 0.6
Hex 7F 57 DC 2A 3C 0 E 102 42 3C
Octal 177 127 334 52 74 0 16 402 102 74
Binary 1111111 1010111 11011100 101010 111100 0 1110 100000010 1000010 111100

Color Harmonies of #7F57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57DC

Black with #7F57DC

Text Example


Text Example

White with #7F57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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