Html Css Color HEX #7764DD Medium Slate Blue

📋 copy color: '#7764DD'

red 119 ◦ green 100 ◦ blue 221

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

Shades of Medium Slate Blue #7764DD

Tints of Medium Slate Blue #7764DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

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

R = 27.05%
G = 22.73%
B = 50.23%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7764DD (or 0x7764DD) is known color: Medium Slate Blue. HEX triplet: 77, 64 and DD. RGB value is (119,100,221). Sum of RGB (Red+Green+Blue) = 119+100+221=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #7764DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764DD is #889B22. Grayscale: #777777. Windows color (decimal): -8952611 or 14509175. OLE color: 14509175.

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

Color convert

RGB 119 100 221 -
CMYK 0.46 0.55 0 0.13
HSL 249.42º 0.64% 0.63% -
HSV(B) 249.42º 0.55% 0.87% -
XYZ 25.22 18.26 70.6 -
YUV 119.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 119 100 221 0.46 0.55 0 0.13 249.42 0.64 0.63
Hex 77 64 DD 2E 37 0 D F9 40 3F
Octal 167 144 335 56 67 0 15 371 100 77
Binary 1110111 1100100 11011101 101110 110111 0 1101 11111001 1000000 111111

Color Harmonies of #7764DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764DD

Black with #7764DD

Text Example


Text Example

White with #7764DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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