Html Css Color HEX #7F58DC Medium Slate Blue

📋 copy color: '#7F58DC'

red 127 ◦ green 88 ◦ blue 220

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

Shades of Medium Slate Blue #7F58DC

Tints of Medium Slate Blue #7F58DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

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

R = 29.2%
G = 20.23%
B = 50.57%

CMYK

 C value IS 0.42

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F58DC (or 0x7F58DC) is known color: Medium Slate Blue. HEX triplet: 7F, 58 and DC. RGB value is (127,88,220). Sum of RGB (Red+Green+Blue) = 127+88+220=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F58DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58DC is #80A723. Grayscale: #727272. Windows color (decimal): -8431396 or 14440575. OLE color: 14440575.

HSL color Cylindrical-coordinate representation of color #7F58DC: hue angle of 257.73º degrees, saturation: 0.65, 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 #7F58DC is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 88 220 -
CMYK 0.42 0.6 0 0.14
HSL 257.73º 0.65% 0.6% -
HSV(B) 257.73º 0.6% 0.86% -
XYZ 25.16 16.66 69.6 -
YUV 114.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 127 88 220 0.42 0.6 0 0.14 257.73 0.65 0.6
Hex 7F 58 DC 2A 3C 0 E 102 41 3C
Octal 177 130 334 52 74 0 16 402 101 74
Binary 1111111 1011000 11011100 101010 111100 0 1110 100000010 1000001 111100

Color Harmonies of #7F58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58DC

Black with #7F58DC

Text Example


Text Example

White with #7F58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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