Html Css Color HEX #7464DC Medium Slate Blue

📋 copy color: '#7464DC'

red 116 ◦ green 100 ◦ blue 220

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

Shades of Medium Slate Blue #7464DC

Tints of Medium Slate Blue #7464DC

RGB

 RED value IS 116 (45.7% from 255) = 26.61%

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

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

R = 26.61%
G = 22.94%
B = 50.46%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7464DC (or 0x7464DC) is known color: Medium Slate Blue. HEX triplet: 74, 64 and DC. RGB value is (116,100,220). Sum of RGB (Red+Green+Blue) = 116+100+220=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 100 (39.45% from 255 or 22.94% 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 #7464DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464DC is #8B9B23. Grayscale: #767676. Windows color (decimal): -9149220 or 14443636. OLE color: 14443636.

HSL color Cylindrical-coordinate representation of color #7464DC: hue angle of 248º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7464DC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 100 220 -
CMYK 0.47 0.55 0 0.14
HSL 248º 0.63% 0.63% -
HSV(B) 248º 0.55% 0.86% -
XYZ 24.68 17.99 69.88 -
YUV 118.46 185.3 126.24 -
System Red Green Blue C M Y K H S L
Decimal 116 100 220 0.47 0.55 0 0.14 248 0.63 0.63
Hex 74 64 DC 2F 37 0 E F8 3F 3F
Octal 164 144 334 57 67 0 16 370 77 77
Binary 1110100 1100100 11011100 101111 110111 0 1110 11111000 111111 111111

Color Harmonies of #7464DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7464DC

Black with #7464DC

Text Example


Text Example

White with #7464DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,100,220); }

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

background-color css

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

 a { background-color: rgb(116,100,220); }

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

border-color css

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

 span { border-color: rgb(116,100,220); }

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