Html Css Color HEX #774AD5 Slate Blue

📋 copy color: '#774AD5'

red 119 ◦ green 74 ◦ blue 213

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

Shades of Slate Blue #774AD5

Tints of Slate Blue #774AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 29.31%
G = 18.23%
B = 52.46%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#774AD5 (or 0x774AD5) is known color: Slate Blue. HEX triplet: 77, 4A and D5. RGB value is (119,74,213). Sum of RGB (Red+Green+Blue) = 119+74+213=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #774AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AD5 is #88B52A. Grayscale: #666666. Windows color (decimal): -8959275 or 13978231. OLE color: 13978231.

HSL color Cylindrical-coordinate representation of color #774AD5: hue angle of 259.42º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774AD5 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 74 213 -
CMYK 0.44 0.65 0 0.16
HSL 259.42º 0.62% 0.56% -
HSV(B) 259.42º 0.65% 0.84% -
XYZ 22.07 13.62 64.42 -
YUV 103.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 119 74 213 0.44 0.65 0 0.16 259.42 0.62 0.56
Hex 77 4A D5 2C 41 0 10 103 3E 38
Octal 167 112 325 54 101 0 20 403 76 70
Binary 1110111 1001010 11010101 101100 1000001 0 10000 100000011 111110 111000

Color Harmonies of #774AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774AD5

Black with #774AD5

Text Example


Text Example

White with #774AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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