Html Css Color HEX #775ECE Slate Blue

📋 copy color: '#775ECE'

red 119 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #775ECE

Tints of Slate Blue #775ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 28.4%
G = 22.43%
B = 49.16%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#775ECE (or 0x775ECE) is known color: Slate Blue. HEX triplet: 77, 5E and CE. RGB value is (119,94,206). Sum of RGB (Red+Green+Blue) = 119+94+206=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #775ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ECE is #88A131. Grayscale: #717171. Windows color (decimal): -8954162 or 13524599. OLE color: 13524599.

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

Color convert

RGB 119 94 206 -
CMYK 0.42 0.54 0 0.19
HSL 253.39º 0.53% 0.59% -
HSV(B) 253.39º 0.54% 0.81% -
XYZ 22.75 16.38 60.36 -
YUV 114.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 119 94 206 0.42 0.54 0 0.19 253.39 0.53 0.59
Hex 77 5E CE 2A 36 0 13 FD 35 3B
Octal 167 136 316 52 66 0 23 375 65 73
Binary 1110111 1011110 11001110 101010 110110 0 10011 11111101 110101 111011

Color Harmonies of #775ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ECE

Black with #775ECE

Text Example


Text Example

White with #775ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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