Html Css Color HEX #7770DC Medium Slate Blue

📋 copy color: '#7770DC'

red 119 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #7770DC

Tints of Medium Slate Blue #7770DC

RGB

 RED value IS 119 (46.88% from 255) = 26.39%

 GREEN value IS 112 (44.14% from 255) = 24.83%

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

R = 26.39%
G = 24.83%
B = 48.78%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7770DC (or 0x7770DC) is known color: Medium Slate Blue. HEX triplet: 77, 70 and DC. RGB value is (119,112,220). Sum of RGB (Red+Green+Blue) = 119+112+220=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7770DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770DC is #888F23. Grayscale: #7D7D7D. Windows color (decimal): -8949540 or 14446711. OLE color: 14446711.

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

Color convert

RGB 119 112 220 -
CMYK 0.46 0.49 0 0.14
HSL 243.89º 0.61% 0.65% -
HSV(B) 243.89º 0.49% 0.86% -
XYZ 26.32 20.68 70.31 -
YUV 126.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 119 112 220 0.46 0.49 0 0.14 243.89 0.61 0.65
Hex 77 70 DC 2E 31 0 E F4 3D 41
Octal 167 160 334 56 61 0 16 364 75 101
Binary 1110111 1110000 11011100 101110 110001 0 1110 11110100 111101 1000001

Color Harmonies of #7770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770DC

Black with #7770DC

Text Example


Text Example

White with #7770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7770DC; }

 p { color: rgb(119,112,220); }

 H1.HeaderClassName
 {
   color: #7770DC;
 }
 .AnyTagClassName
 {
   color: #7770DC;
 }
</style>

background-color css

<style>
 a { background-color: #7770DC; }

 a { background-color: rgb(119,112,220); }

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

border-color css

<style>
 span { border-color: #7770DC; }

 span { border-color: rgb(119,112,220); }

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