Html Css Color HEX #774ECC Slate Blue

📋 copy color: '#774ECC'

red 119 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #774ECC

Tints of Slate Blue #774ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 29.68%
G = 19.45%
B = 50.87%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#774ECC (or 0x774ECC) is known color: Slate Blue. HEX triplet: 77, 4E and CC. RGB value is (119,78,204). Sum of RGB (Red+Green+Blue) = 119+78+204=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #774ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774ECC is #88B133. Grayscale: #686868. Windows color (decimal): -8958260 or 13389431. OLE color: 13389431.

HSL color Cylindrical-coordinate representation of color #774ECC: hue angle of 259.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774ECC is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 78 204 -
CMYK 0.42 0.62 0 0.2
HSL 259.52º 0.55% 0.55% -
HSV(B) 259.52º 0.62% 0.8% -
XYZ 21.23 13.73 58.66 -
YUV 104.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 119 78 204 0.42 0.62 0 0.2 259.52 0.55 0.55
Hex 77 4E CC 2A 3E 0 14 104 37 37
Octal 167 116 314 52 76 0 24 404 67 67
Binary 1110111 1001110 11001100 101010 111110 0 10100 100000100 110111 110111

Color Harmonies of #774ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774ECC

Black with #774ECC

Text Example


Text Example

White with #774ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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