Html Css Color HEX #7664DB Medium Slate Blue

📋 copy color: '#7664DB'

red 118 ◦ green 100 ◦ blue 219

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

Shades of Medium Slate Blue #7664DB

Tints of Medium Slate Blue #7664DB

RGB

 RED value IS 118 (46.48% from 255) = 27%

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

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

R = 27%
G = 22.88%
B = 50.11%

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

#7664DB (or 0x7664DB) is known color: Medium Slate Blue. HEX triplet: 76, 64 and DB. RGB value is (118,100,219). Sum of RGB (Red+Green+Blue) = 118+100+219=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #7664DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7664DB is #899B24. Grayscale: #767676. Windows color (decimal): -9018149 or 14378102. OLE color: 14378102.

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

Color convert

RGB 118 100 219 -
CMYK 0.46 0.54 0 0.14
HSL 249.08º 0.62% 0.63% -
HSV(B) 249.08º 0.54% 0.86% -
XYZ 24.81 18.08 69.2 -
YUV 118.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 118 100 219 0.46 0.54 0 0.14 249.08 0.62 0.63
Hex 76 64 DB 2E 36 0 E F9 3E 3F
Octal 166 144 333 56 66 0 16 371 76 77
Binary 1110110 1100100 11011011 101110 110110 0 1110 11111001 111110 111111

Color Harmonies of #7664DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664DB

Black with #7664DB

Text Example


Text Example

White with #7664DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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