Html Css Color HEX #774FE1 Slate Blue

📋 copy color: '#774FE1'

red 119 ◦ green 79 ◦ blue 225

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

Shades of Slate Blue #774FE1

Tints of Slate Blue #774FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 28.13%
G = 18.68%
B = 53.19%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#774FE1 (or 0x774FE1) is known color: Slate Blue. HEX triplet: 77, 4F and E1. RGB value is (119,79,225). Sum of RGB (Red+Green+Blue) = 119+79+225=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #774FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FE1 is #88B01E. Grayscale: #6B6B6B. Windows color (decimal): -8957983 or 14765943. OLE color: 14765943.

HSL color Cylindrical-coordinate representation of color #774FE1: hue angle of 256.44º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774FE1 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 79 225 -
CMYK 0.47 0.65 0 0.12
HSL 256.44º 0.71% 0.6% -
HSV(B) 256.44º 0.65% 0.88% -
XYZ 23.99 14.95 72.86 -
YUV 107.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 119 79 225 0.47 0.65 0 0.12 256.44 0.71 0.6
Hex 77 4F E1 2F 41 0 C 100 47 3C
Octal 167 117 341 57 101 0 14 400 107 74
Binary 1110111 1001111 11100001 101111 1000001 0 1100 100000000 1000111 111100

Color Harmonies of #774FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FE1

Black with #774FE1

Text Example


Text Example

White with #774FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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