Html Css Color HEX #774FD8 Slate Blue

📋 copy color: '#774FD8'

red 119 ◦ green 79 ◦ blue 216

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

Shades of Slate Blue #774FD8

Tints of Slate Blue #774FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 28.74%
G = 19.08%
B = 52.17%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#774FD8 (or 0x774FD8) is known color: Slate Blue. HEX triplet: 77, 4F and D8. RGB value is (119,79,216). Sum of RGB (Red+Green+Blue) = 119+79+216=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #774FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FD8 is #88B027. Grayscale: #6A6A6A. Windows color (decimal): -8957992 or 14176119. OLE color: 14176119.

HSL color Cylindrical-coordinate representation of color #774FD8: hue angle of 257.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #774FD8 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 79 216 -
CMYK 0.45 0.63 0 0.15
HSL 257.52º 0.64% 0.58% -
HSV(B) 257.52º 0.63% 0.85% -
XYZ 22.8 14.47 66.56 -
YUV 106.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 119 79 216 0.45 0.63 0 0.15 257.52 0.64 0.58
Hex 77 4F D8 2D 3F 0 F 102 40 3A
Octal 167 117 330 55 77 0 17 402 100 72
Binary 1110111 1001111 11011000 101101 111111 0 1111 100000010 1000000 111010

Color Harmonies of #774FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FD8

Black with #774FD8

Text Example


Text Example

White with #774FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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