Html Css Color HEX #774FC1 Slate Blue

📋 copy color: '#774FC1'

red 119 ◦ green 79 ◦ blue 193

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

Shades of Slate Blue #774FC1

Tints of Slate Blue #774FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.36%

R = 30.43%
G = 20.2%
B = 49.36%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#774FC1 (or 0x774FC1) is known color: Slate Blue. HEX triplet: 77, 4F and C1. RGB value is (119,79,193). Sum of RGB (Red+Green+Blue) = 119+79+193=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #774FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FC1 is #88B03E. Grayscale: #676767. Windows color (decimal): -8958015 or 12668791. OLE color: 12668791.

HSL color Cylindrical-coordinate representation of color #774FC1: hue angle of 261.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774FC1 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 79 193 -
CMYK 0.38 0.59 0 0.24
HSL 261.05º 0.48% 0.53% -
HSV(B) 261.05º 0.59% 0.76% -
XYZ 20.03 13.36 51.98 -
YUV 103.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 119 79 193 0.38 0.59 0 0.24 261.05 0.48 0.53
Hex 77 4F C1 26 3B 0 18 105 30 35
Octal 167 117 301 46 73 0 30 405 60 65
Binary 1110111 1001111 11000001 100110 111011 0 11000 100000101 110000 110101

Color Harmonies of #774FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FC1

Black with #774FC1

Text Example


Text Example

White with #774FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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