Html Css Color HEX #7764DB Medium Slate Blue

📋 copy color: '#7764DB'

red 119 ◦ green 100 ◦ blue 219

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

Shades of Medium Slate Blue #7764DB

Tints of Medium Slate Blue #7764DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 27.17%
G = 22.83%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7764DB (or 0x7764DB) is known color: Medium Slate Blue. HEX triplet: 77, 64 and DB. RGB value is (119,100,219). Sum of RGB (Red+Green+Blue) = 119+100+219=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7764DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764DB is #889B24. Grayscale: #767676. Windows color (decimal): -8952613 or 14378103. OLE color: 14378103.

HSL color Cylindrical-coordinate representation of color #7764DB: hue angle of 249.58º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7764DB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 100 219 -
CMYK 0.46 0.54 0 0.14
HSL 249.58º 0.62% 0.63% -
HSV(B) 249.58º 0.54% 0.86% -
XYZ 24.95 18.15 69.21 -
YUV 119.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 119 100 219 0.46 0.54 0 0.14 249.58 0.62 0.63
Hex 77 64 DB 2E 36 0 E FA 3E 3F
Octal 167 144 333 56 66 0 16 372 76 77
Binary 1110111 1100100 11011011 101110 110110 0 1110 11111010 111110 111111

Color Harmonies of #7764DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7764DB

Black with #7764DB

Text Example


Text Example

White with #7764DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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