Html Css Color HEX #7773DD Medium Slate Blue

📋 copy color: '#7773DD'

red 119 ◦ green 115 ◦ blue 221

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

Shades of Medium Slate Blue #7773DD

Tints of Medium Slate Blue #7773DD

RGB

 RED value IS 119 (46.88% from 255) = 26.15%

 GREEN value IS 115 (45.31% from 255) = 25.27%

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

R = 26.15%
G = 25.27%
B = 48.57%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7773DD (or 0x7773DD) is known color: Medium Slate Blue. HEX triplet: 77, 73 and DD. RGB value is (119,115,221). Sum of RGB (Red+Green+Blue) = 119+115+221=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #7773DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773DD is #888C22. Grayscale: #7F7F7F. Windows color (decimal): -8948771 or 14513015. OLE color: 14513015.

HSL color Cylindrical-coordinate representation of color #7773DD: hue angle of 242.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7773DD is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 115 221 -
CMYK 0.46 0.48 0 0.13
HSL 242.26º 0.61% 0.66% -
HSV(B) 242.26º 0.48% 0.87% -
XYZ 26.79 21.4 71.13 -
YUV 128.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 119 115 221 0.46 0.48 0 0.13 242.26 0.61 0.66
Hex 77 73 DD 2E 30 0 D F2 3D 42
Octal 167 163 335 56 60 0 15 362 75 102
Binary 1110111 1110011 11011101 101110 110000 0 1101 11110010 111101 1000010

Color Harmonies of #7773DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773DD

Black with #7773DD

Text Example


Text Example

White with #7773DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,115,221); }

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

background-color css

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

 a { background-color: rgb(119,115,221); }

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

border-color css

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

 span { border-color: rgb(119,115,221); }

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