Html Css Color HEX #7663DD Medium Slate Blue

📋 copy color: '#7663DD'

red 118 ◦ green 99 ◦ blue 221

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

Shades of Medium Slate Blue #7663DD

Tints of Medium Slate Blue #7663DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.6%

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

R = 26.94%
G = 22.6%
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

#7663DD (or 0x7663DD) is known color: Medium Slate Blue. HEX triplet: 76, 63 and DD. RGB value is (118,99,221). Sum of RGB (Red+Green+Blue) = 118+99+221=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 99 (39.06% from 255 or 22.60% 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 #7663DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663DD is #899C22. Grayscale: #767676. Windows color (decimal): -9018403 or 14508918. OLE color: 14508918.

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

Color convert

RGB 118 99 221 -
CMYK 0.47 0.55 0 0.13
HSL 249.34º 0.64% 0.63% -
HSV(B) 249.34º 0.55% 0.87% -
XYZ 24.98 18 70.56 -
YUV 118.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 118 99 221 0.47 0.55 0 0.13 249.34 0.64 0.63
Hex 76 63 DD 2F 37 0 D F9 40 3F
Octal 166 143 335 57 67 0 15 371 100 77
Binary 1110110 1100011 11011101 101111 110111 0 1101 11111001 1000000 111111

Color Harmonies of #7663DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7663DD

Black with #7663DD

Text Example


Text Example

White with #7663DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,99,221); }

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

background-color css

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

 a { background-color: rgb(118,99,221); }

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

border-color css

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

 span { border-color: rgb(118,99,221); }

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