Html Css Color HEX #775ECD Slate Blue

📋 copy color: '#775ECD'

red 119 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #775ECD

Tints of Slate Blue #775ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 28.47%
G = 22.49%
B = 49.04%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#775ECD (or 0x775ECD) is known color: Slate Blue. HEX triplet: 77, 5E and CD. RGB value is (119,94,205). Sum of RGB (Red+Green+Blue) = 119+94+205=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #775ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ECD is #88A132. Grayscale: #717171. Windows color (decimal): -8954163 or 13459063. OLE color: 13459063.

HSL color Cylindrical-coordinate representation of color #775ECD: hue angle of 253.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775ECD is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 94 205 -
CMYK 0.42 0.54 0 0.20
HSL 253.51º 0.53% 0.59% -
HSV(B) 253.51º 0.54% 0.8% -
XYZ 22.63 16.34 59.72 -
YUV 114.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 119 94 205 0.42 0.54 0 0.20 253.51 0.53 0.59
Hex 77 5E CD 2A 36 0 14 FE 35 3B
Octal 167 136 315 52 66 0 24 376 65 73
Binary 1110111 1011110 11001101 101010 110110 0 10100 11111110 110101 111011

Color Harmonies of #775ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ECD

Black with #775ECD

Text Example


Text Example

White with #775ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,205); }

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

background-color css

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

 a { background-color: rgb(119,94,205); }

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

border-color css

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

 span { border-color: rgb(119,94,205); }

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