Html Css Color HEX #7773DB Medium Slate Blue

📋 copy color: '#7773DB'

red 119 ◦ green 115 ◦ blue 219

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

Shades of Medium Slate Blue #7773DB

Tints of Medium Slate Blue #7773DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 26.27%
G = 25.39%
B = 48.34%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7773DB (or 0x7773DB) is known color: Medium Slate Blue. HEX triplet: 77, 73 and DB. RGB value is (119,115,219). Sum of RGB (Red+Green+Blue) = 119+115+219=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #7773DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7773DB is #888C24. Grayscale: #7F7F7F. Windows color (decimal): -8948773 or 14381943. OLE color: 14381943.

HSL color Cylindrical-coordinate representation of color #7773DB: hue angle of 242.31º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7773DB is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 115 219 -
CMYK 0.46 0.47 0 0.14
HSL 242.31º 0.59% 0.65% -
HSV(B) 242.31º 0.47% 0.86% -
XYZ 26.52 21.3 69.73 -
YUV 128.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 119 115 219 0.46 0.47 0 0.14 242.31 0.59 0.65
Hex 77 73 DB 2E 2F 0 E F2 3B 41
Octal 167 163 333 56 57 0 16 362 73 101
Binary 1110111 1110011 11011011 101110 101111 0 1110 11110010 111011 1000001

Color Harmonies of #7773DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773DB

Black with #7773DB

Text Example


Text Example

White with #7773DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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