Html Css Color HEX #774DDF Slate Blue

📋 copy color: '#774DDF'

red 119 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #774DDF

Tints of Slate Blue #774DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 28.4%
G = 18.38%
B = 53.22%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#774DDF (or 0x774DDF) is known color: Slate Blue. HEX triplet: 77, 4D and DF. RGB value is (119,77,223). Sum of RGB (Red+Green+Blue) = 119+77+223=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #774DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DDF is #88B220. Grayscale: #696969. Windows color (decimal): -8958497 or 14634359. OLE color: 14634359.

HSL color Cylindrical-coordinate representation of color #774DDF: hue angle of 257.26º degrees, saturation: 0.7, 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 #774DDF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 77 223 -
CMYK 0.47 0.65 0 0.13
HSL 257.26º 0.7% 0.59% -
HSV(B) 257.26º 0.65% 0.87% -
XYZ 23.58 14.56 71.38 -
YUV 106.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 119 77 223 0.47 0.65 0 0.13 257.26 0.7 0.59
Hex 77 4D DF 2F 41 0 D 101 46 3B
Octal 167 115 337 57 101 0 15 401 106 73
Binary 1110111 1001101 11011111 101111 1000001 0 1101 100000001 1000110 111011

Color Harmonies of #774DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DDF

Black with #774DDF

Text Example


Text Example

White with #774DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,223); }

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

background-color css

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

 a { background-color: rgb(119,77,223); }

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

border-color css

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

 span { border-color: rgb(119,77,223); }

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