Html Css Color HEX #7564DD Medium Slate Blue

📋 copy color: '#7564DD'

red 117 ◦ green 100 ◦ blue 221

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

Shades of Medium Slate Blue #7564DD

Tints of Medium Slate Blue #7564DD

RGB

 RED value IS 117 (46.09% from 255) = 26.71%

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

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

R = 26.71%
G = 22.83%
B = 50.46%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7564DD (or 0x7564DD) is known color: Medium Slate Blue. HEX triplet: 75, 64 and DD. RGB value is (117,100,221). Sum of RGB (Red+Green+Blue) = 117+100+221=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #7564DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7564DD is #8A9B22. Grayscale: #767676. Windows color (decimal): -9083683 or 14509173. OLE color: 14509173.

HSL color Cylindrical-coordinate representation of color #7564DD: hue angle of 248.43º 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 #7564DD is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 100 221 -
CMYK 0.47 0.55 0 0.13
HSL 248.43º 0.64% 0.63% -
HSV(B) 248.43º 0.55% 0.87% -
XYZ 24.94 18.12 70.59 -
YUV 118.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 117 100 221 0.47 0.55 0 0.13 248.43 0.64 0.63
Hex 75 64 DD 2F 37 0 D F8 40 3F
Octal 165 144 335 57 67 0 15 370 100 77
Binary 1110101 1100100 11011101 101111 110111 0 1101 11111000 1000000 111111

Color Harmonies of #7564DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7564DD

Black with #7564DD

Text Example


Text Example

White with #7564DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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