Html Css Color HEX #7F61DC Medium Slate Blue

📋 copy color: '#7F61DC'

red 127 ◦ green 97 ◦ blue 220

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

Shades of Medium Slate Blue #7F61DC

Tints of Medium Slate Blue #7F61DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

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

R = 28.6%
G = 21.85%
B = 49.55%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F61DC (or 0x7F61DC) is known color: Medium Slate Blue. HEX triplet: 7F, 61 and DC. RGB value is (127,97,220). Sum of RGB (Red+Green+Blue) = 127+97+220=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F61DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61DC is #809E23. Grayscale: #777777. Windows color (decimal): -8429092 or 14442879. OLE color: 14442879.

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

Color convert

RGB 127 97 220 -
CMYK 0.42 0.56 0 0.14
HSL 254.63º 0.64% 0.62% -
HSV(B) 254.63º 0.56% 0.86% -
XYZ 25.95 18.23 69.86 -
YUV 119.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 127 97 220 0.42 0.56 0 0.14 254.63 0.64 0.62
Hex 7F 61 DC 2A 38 0 E FF 40 3E
Octal 177 141 334 52 70 0 16 377 100 76
Binary 1111111 1100001 11011100 101010 111000 0 1110 11111111 1000000 111110

Color Harmonies of #7F61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F61DC

Black with #7F61DC

Text Example


Text Example

White with #7F61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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