Html Css Color HEX #774EDC Slate Blue

📋 copy color: '#774EDC'

red 119 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #774EDC

Tints of Slate Blue #774EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 28.54%
G = 18.71%
B = 52.76%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#774EDC (or 0x774EDC) is known color: Slate Blue. HEX triplet: 77, 4E and DC. RGB value is (119,78,220). Sum of RGB (Red+Green+Blue) = 119+78+220=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #774EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EDC is #88B123. Grayscale: #696969. Windows color (decimal): -8958244 or 14438007. OLE color: 14438007.

HSL color Cylindrical-coordinate representation of color #774EDC: hue angle of 257.32º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774EDC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 78 220 -
CMYK 0.46 0.65 0 0.14
HSL 257.32º 0.67% 0.58% -
HSV(B) 257.32º 0.65% 0.86% -
XYZ 23.25 14.54 69.29 -
YUV 106.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 119 78 220 0.46 0.65 0 0.14 257.32 0.67 0.58
Hex 77 4E DC 2E 41 0 E 101 43 3A
Octal 167 116 334 56 101 0 16 401 103 72
Binary 1110111 1001110 11011100 101110 1000001 0 1110 100000001 1000011 111010

Color Harmonies of #774EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EDC

Black with #774EDC

Text Example


Text Example

White with #774EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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