Html Css Color HEX #7663DC Medium Slate Blue

📋 copy color: '#7663DC'

red 118 ◦ green 99 ◦ blue 220

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

Shades of Medium Slate Blue #7663DC

Tints of Medium Slate Blue #7663DC

RGB

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

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

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

R = 27%
G = 22.65%
B = 50.34%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7663DC (or 0x7663DC) is known color: Medium Slate Blue. HEX triplet: 76, 63 and DC. RGB value is (118,99,220). Sum of RGB (Red+Green+Blue) = 118+99+220=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7663DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663DC is #899C23. Grayscale: #767676. Windows color (decimal): -9018404 or 14443382. OLE color: 14443382.

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

Color convert

RGB 118 99 220 -
CMYK 0.46 0.55 0 0.14
HSL 249.42º 0.63% 0.63% -
HSV(B) 249.42º 0.55% 0.86% -
XYZ 24.85 17.94 69.86 -
YUV 118.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 118 99 220 0.46 0.55 0 0.14 249.42 0.63 0.63
Hex 76 63 DC 2E 37 0 E F9 3F 3F
Octal 166 143 334 56 67 0 16 371 77 77
Binary 1110110 1100011 11011100 101110 110111 0 1110 11111001 111111 111111

Color Harmonies of #7663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7663DC

Black with #7663DC

Text Example


Text Example

White with #7663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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