Html Css Color HEX #774FDD Slate Blue

📋 copy color: '#774FDD'

red 119 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #774FDD

Tints of Slate Blue #774FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

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

R = 28.4%
G = 18.85%
B = 52.74%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#774FDD (or 0x774FDD) is known color: Slate Blue. HEX triplet: 77, 4F and DD. RGB value is (119,79,221). Sum of RGB (Red+Green+Blue) = 119+79+221=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #774FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FDD is #88B022. Grayscale: #6A6A6A. Windows color (decimal): -8957987 or 14503799. OLE color: 14503799.

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

Color convert

RGB 119 79 221 -
CMYK 0.46 0.64 0 0.13
HSL 256.9º 0.68% 0.59% -
HSV(B) 256.9º 0.64% 0.87% -
XYZ 23.45 14.73 70.01 -
YUV 107.15 192.25 136.45 -
System Red Green Blue C M Y K H S L
Decimal 119 79 221 0.46 0.64 0 0.13 256.9 0.68 0.59
Hex 77 4F DD 2E 40 0 D 101 44 3B
Octal 167 117 335 56 100 0 15 401 104 73
Binary 1110111 1001111 11011101 101110 1000000 0 1101 100000001 1000100 111011

Color Harmonies of #774FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FDD

Black with #774FDD

Text Example


Text Example

White with #774FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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