Html Css Color HEX #774ACE Slate Blue

📋 copy color: '#774ACE'

red 119 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #774ACE

Tints of Slate Blue #774ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

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

R = 29.82%
G = 18.55%
B = 51.63%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#774ACE (or 0x774ACE) is known color: Slate Blue. HEX triplet: 77, 4A and CE. RGB value is (119,74,206). Sum of RGB (Red+Green+Blue) = 119+74+206=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #774ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774ACE is #88B531. Grayscale: #666666. Windows color (decimal): -8959282 or 13519479. OLE color: 13519479.

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

Color convert

RGB 119 74 206 -
CMYK 0.42 0.64 0 0.19
HSL 260.45º 0.57% 0.55% -
HSV(B) 260.45º 0.64% 0.81% -
XYZ 21.2 13.28 59.84 -
YUV 102.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 119 74 206 0.42 0.64 0 0.19 260.45 0.57 0.55
Hex 77 4A CE 2A 40 0 13 104 39 37
Octal 167 112 316 52 100 0 23 404 71 67
Binary 1110111 1001010 11001110 101010 1000000 0 10011 100000100 111001 110111

Color Harmonies of #774ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774ACE

Black with #774ACE

Text Example


Text Example

White with #774ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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