Html Css Color HEX #775DDD Medium Slate Blue

📋 copy color: '#775DDD'

red 119 ◦ green 93 ◦ blue 221

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

Shades of Medium Slate Blue #775DDD

Tints of Medium Slate Blue #775DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

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

R = 27.48%
G = 21.48%
B = 51.04%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#775DDD (or 0x775DDD) is known color: Medium Slate Blue. HEX triplet: 77, 5D and DD. RGB value is (119,93,221). Sum of RGB (Red+Green+Blue) = 119+93+221=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #775DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DDD is #88A222. Grayscale: #727272. Windows color (decimal): -8954403 or 14507383. OLE color: 14507383.

HSL color Cylindrical-coordinate representation of color #775DDD: hue angle of 252.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775DDD is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 93 221 -
CMYK 0.46 0.58 0 0.13
HSL 252.19º 0.65% 0.62% -
HSV(B) 252.19º 0.58% 0.87% -
XYZ 24.57 16.97 70.39 -
YUV 115.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 119 93 221 0.46 0.58 0 0.13 252.19 0.65 0.62
Hex 77 5D DD 2E 3A 0 D FC 41 3E
Octal 167 135 335 56 72 0 15 374 101 76
Binary 1110111 1011101 11011101 101110 111010 0 1101 11111100 1000001 111110

Color Harmonies of #775DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775DDD

Black with #775DDD

Text Example


Text Example

White with #775DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775DDD; }

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

 H1.HeaderClassName
 {
   color: #775DDD;
 }
 .AnyTagClassName
 {
   color: #775DDD;
 }
</style>

background-color css

<style>
 a { background-color: #775DDD; }

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

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

border-color css

<style>
 span { border-color: #775DDD; }

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

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