Html Css Color HEX #774EDB Slate Blue

📋 copy color: '#774EDB'

red 119 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #774EDB

Tints of Slate Blue #774EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 28.61%
G = 18.75%
B = 52.64%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#774EDB (or 0x774EDB) is known color: Slate Blue. HEX triplet: 77, 4E and DB. RGB value is (119,78,219). Sum of RGB (Red+Green+Blue) = 119+78+219=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #774EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EDB is #88B124. Grayscale: #696969. Windows color (decimal): -8958245 or 14372471. OLE color: 14372471.

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

Color convert

RGB 119 78 219 -
CMYK 0.46 0.64 0 0.14
HSL 257.45º 0.66% 0.58% -
HSV(B) 257.45º 0.64% 0.86% -
XYZ 23.12 14.49 68.6 -
YUV 106.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 119 78 219 0.46 0.64 0 0.14 257.45 0.66 0.58
Hex 77 4E DB 2E 40 0 E 101 42 3A
Octal 167 116 333 56 100 0 16 401 102 72
Binary 1110111 1001110 11011011 101110 1000000 0 1110 100000001 1000010 111010

Color Harmonies of #774EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774EDB

Black with #774EDB

Text Example


Text Example

White with #774EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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