Html Css Color HEX #774CE0 Slate Blue

📋 copy color: '#774CE0'

red 119 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #774CE0

Tints of Slate Blue #774CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 28.4%
G = 18.14%
B = 53.46%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#774CE0 (or 0x774CE0) is known color: Slate Blue. HEX triplet: 77, 4C and E0. RGB value is (119,76,224). Sum of RGB (Red+Green+Blue) = 119+76+224=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #774CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CE0 is #88B31F. Grayscale: #696969. Windows color (decimal): -8958752 or 14699639. OLE color: 14699639.

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

Color convert

RGB 119 76 224 -
CMYK 0.47 0.66 0 0.12
HSL 257.43º 0.7% 0.59% -
HSV(B) 257.43º 0.66% 0.88% -
XYZ 23.65 14.47 72.07 -
YUV 105.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 119 76 224 0.47 0.66 0 0.12 257.43 0.7 0.59
Hex 77 4C E0 2F 42 0 C 101 46 3B
Octal 167 114 340 57 102 0 14 401 106 73
Binary 1110111 1001100 11100000 101111 1000010 0 1100 100000001 1000110 111011

Color Harmonies of #774CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CE0

Black with #774CE0

Text Example


Text Example

White with #774CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,76,224); }

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

background-color css

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

 a { background-color: rgb(119,76,224); }

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

border-color css

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

 span { border-color: rgb(119,76,224); }

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