Html Css Color HEX #7761DD Medium Slate Blue

📋 copy color: '#7761DD'

red 119 ◦ green 97 ◦ blue 221

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

Shades of Medium Slate Blue #7761DD

Tints of Medium Slate Blue #7761DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 27.23%
G = 22.2%
B = 50.57%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7761DD (or 0x7761DD) is known color: Medium Slate Blue. HEX triplet: 77, 61 and DD. RGB value is (119,97,221). Sum of RGB (Red+Green+Blue) = 119+97+221=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #7761DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7761DD is #889E22. Grayscale: #757575. Windows color (decimal): -8953379 or 14508407. OLE color: 14508407.

HSL color Cylindrical-coordinate representation of color #7761DD: hue angle of 250.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7761DD is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 97 221 -
CMYK 0.46 0.56 0 0.13
HSL 250.65º 0.65% 0.62% -
HSV(B) 250.65º 0.56% 0.87% -
XYZ 24.93 17.69 70.51 -
YUV 117.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 119 97 221 0.46 0.56 0 0.13 250.65 0.65 0.62
Hex 77 61 DD 2E 38 0 D FB 41 3E
Octal 167 141 335 56 70 0 15 373 101 76
Binary 1110111 1100001 11011101 101110 111000 0 1101 11111011 1000001 111110

Color Harmonies of #7761DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761DD

Black with #7761DD

Text Example


Text Example

White with #7761DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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