Html Css Color HEX #774EDD Slate Blue

📋 copy color: '#774EDD'

red 119 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #774EDD

Tints of Slate Blue #774EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 28.47%
G = 18.66%
B = 52.87%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#774EDD (or 0x774EDD) is known color: Slate Blue. HEX triplet: 77, 4E and DD. RGB value is (119,78,221). Sum of RGB (Red+Green+Blue) = 119+78+221=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #774EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EDD is #88B122. Grayscale: #6A6A6A. Windows color (decimal): -8958243 or 14503543. OLE color: 14503543.

HSL color Cylindrical-coordinate representation of color #774EDD: hue angle of 257.2º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774EDD is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 78 221 -
CMYK 0.46 0.65 0 0.13
HSL 257.2º 0.68% 0.59% -
HSV(B) 257.2º 0.65% 0.87% -
XYZ 23.38 14.59 69.99 -
YUV 106.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 119 78 221 0.46 0.65 0 0.13 257.2 0.68 0.59
Hex 77 4E DD 2E 41 0 D 101 44 3B
Octal 167 116 335 56 101 0 15 401 104 73
Binary 1110111 1001110 11011101 101110 1000001 0 1101 100000001 1000100 111011

Color Harmonies of #774EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EDD

Black with #774EDD

Text Example


Text Example

White with #774EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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