Html Css Color HEX #7761DC Medium Slate Blue

📋 copy color: '#7761DC'

red 119 ◦ green 97 ◦ blue 220

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

Shades of Medium Slate Blue #7761DC

Tints of Medium Slate Blue #7761DC

RGB

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

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

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

R = 27.29%
G = 22.25%
B = 50.46%

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

#7761DC (or 0x7761DC) is known color: Medium Slate Blue. HEX triplet: 77, 61 and DC. RGB value is (119,97,220). Sum of RGB (Red+Green+Blue) = 119+97+220=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7761DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DC is #889E23. Grayscale: #757575. Windows color (decimal): -8953380 or 14442871. OLE color: 14442871.

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

Color convert

RGB 119 97 220 -
CMYK 0.46 0.56 0 0.14
HSL 250.73º 0.64% 0.62% -
HSV(B) 250.73º 0.56% 0.86% -
XYZ 24.8 17.64 69.81 -
YUV 117.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 119 97 220 0.46 0.56 0 0.14 250.73 0.64 0.62
Hex 77 61 DC 2E 38 0 E FB 40 3E
Octal 167 141 334 56 70 0 16 373 100 76
Binary 1110111 1100001 11011100 101110 111000 0 1110 11111011 1000000 111110

Color Harmonies of #7761DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761DC

Black with #7761DC

Text Example


Text Example

White with #7761DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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