Html Css Color HEX #7760DC Medium Slate Blue

📋 copy color: '#7760DC'

red 119 ◦ green 96 ◦ blue 220

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

Shades of Medium Slate Blue #7760DC

Tints of Medium Slate Blue #7760DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

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

R = 27.36%
G = 22.07%
B = 50.57%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7760DC (or 0x7760DC) is known color: Medium Slate Blue. HEX triplet: 77, 60 and DC. RGB value is (119,96,220). Sum of RGB (Red+Green+Blue) = 119+96+220=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 96 (37.89% from 255 or 22.07% 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 #7760DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760DC is #889F23. Grayscale: #747474. Windows color (decimal): -8953636 or 14442615. OLE color: 14442615.

HSL color Cylindrical-coordinate representation of color #7760DC: hue angle of 251.13º 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 #7760DC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 96 220 -
CMYK 0.46 0.56 0 0.14
HSL 251.13º 0.64% 0.62% -
HSV(B) 251.13º 0.56% 0.86% -
XYZ 24.71 17.45 69.78 -
YUV 117.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 119 96 220 0.46 0.56 0 0.14 251.13 0.64 0.62
Hex 77 60 DC 2E 38 0 E FB 40 3E
Octal 167 140 334 56 70 0 16 373 100 76
Binary 1110111 1100000 11011100 101110 111000 0 1110 11111011 1000000 111110

Color Harmonies of #7760DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760DC

Black with #7760DC

Text Example


Text Example

White with #7760DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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