Html Css Color HEX #774DCA Slate Blue

📋 copy color: '#774DCA'

red 119 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #774DCA

Tints of Slate Blue #774DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.35%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 29.9%
G = 19.35%
B = 50.75%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#774DCA (or 0x774DCA) is known color: Slate Blue. HEX triplet: 77, 4D and CA. RGB value is (119,77,202). Sum of RGB (Red+Green+Blue) = 119+77+202=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #774DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DCA is #88B235. Grayscale: #676767. Windows color (decimal): -8958518 or 13258103. OLE color: 13258103.

HSL color Cylindrical-coordinate representation of color #774DCA: hue angle of 260.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #774DCA is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 77 202 -
CMYK 0.41 0.62 0 0.21
HSL 260.16º 0.54% 0.55% -
HSV(B) 260.16º 0.62% 0.79% -
XYZ 20.92 13.49 57.38 -
YUV 103.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 119 77 202 0.41 0.62 0 0.21 260.16 0.54 0.55
Hex 77 4D CA 29 3E 0 15 104 36 37
Octal 167 115 312 51 76 0 25 404 66 67
Binary 1110111 1001101 11001010 101001 111110 0 10101 100000100 110110 110111

Color Harmonies of #774DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DCA

Black with #774DCA

Text Example


Text Example

White with #774DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,202); }

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

background-color css

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

 a { background-color: rgb(119,77,202); }

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

border-color css

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

 span { border-color: rgb(119,77,202); }

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