Html Css Color HEX #7664DF Medium Slate Blue

📋 copy color: '#7664DF'

red 118 ◦ green 100 ◦ blue 223

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

Shades of Medium Slate Blue #7664DF

Tints of Medium Slate Blue #7664DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 26.76%
G = 22.68%
B = 50.57%

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

#7664DF (or 0x7664DF) is known color: Medium Slate Blue. HEX triplet: 76, 64 and DF. RGB value is (118,100,223). Sum of RGB (Red+Green+Blue) = 118+100+223=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #7664DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7664DF is #899B20. Grayscale: #767676. Windows color (decimal): -9018145 or 14640246. OLE color: 14640246.

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

Color convert

RGB 118 100 223 -
CMYK 0.47 0.55 0 0.13
HSL 248.78º 0.66% 0.63% -
HSV(B) 248.78º 0.55% 0.87% -
XYZ 25.35 18.29 72.01 -
YUV 119.4 186.46 127 -
System Red Green Blue C M Y K H S L
Decimal 118 100 223 0.47 0.55 0 0.13 248.78 0.66 0.63
Hex 76 64 DF 2F 37 0 D F9 42 3F
Octal 166 144 337 57 67 0 15 371 102 77
Binary 1110110 1100100 11011111 101111 110111 0 1101 11111001 1000010 111111

Color Harmonies of #7664DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664DF

Black with #7664DF

Text Example


Text Example

White with #7664DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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