Html Css Color HEX #774ECE Slate Blue

📋 copy color: '#774ECE'

red 119 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #774ECE

Tints of Slate Blue #774ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.35%

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

R = 29.53%
G = 19.35%
B = 51.12%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#774ECE (or 0x774ECE) is known color: Slate Blue. HEX triplet: 77, 4E and CE. RGB value is (119,78,206). Sum of RGB (Red+Green+Blue) = 119+78+206=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #774ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECE is #88B131. Grayscale: #686868. Windows color (decimal): -8958258 or 13520503. OLE color: 13520503.

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

Color convert

RGB 119 78 206 -
CMYK 0.42 0.62 0 0.19
HSL 259.22º 0.57% 0.56% -
HSV(B) 259.22º 0.62% 0.81% -
XYZ 21.47 13.83 59.93 -
YUV 104.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 119 78 206 0.42 0.62 0 0.19 259.22 0.57 0.56
Hex 77 4E CE 2A 3E 0 13 103 39 38
Octal 167 116 316 52 76 0 23 403 71 70
Binary 1110111 1001110 11001110 101010 111110 0 10011 100000011 111001 111000

Color Harmonies of #774ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774ECE

Black with #774ECE

Text Example


Text Example

White with #774ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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