Html Css Color HEX #774CDC Slate Blue

📋 copy color: '#774CDC'

red 119 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #774CDC

Tints of Slate Blue #774CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 28.67%
G = 18.31%
B = 53.01%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#774CDC (or 0x774CDC) is known color: Slate Blue. HEX triplet: 77, 4C and DC. RGB value is (119,76,220). Sum of RGB (Red+Green+Blue) = 119+76+220=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #774CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774CDC is #88B323. Grayscale: #686868. Windows color (decimal): -8958756 or 14437495. OLE color: 14437495.

HSL color Cylindrical-coordinate representation of color #774CDC: hue angle of 257.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #774CDC is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 76 220 -
CMYK 0.46 0.65 0 0.14
HSL 257.92º 0.67% 0.58% -
HSV(B) 257.92º 0.65% 0.86% -
XYZ 23.11 14.26 69.24 -
YUV 105.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 119 76 220 0.46 0.65 0 0.14 257.92 0.67 0.58
Hex 77 4C DC 2E 41 0 E 102 43 3A
Octal 167 114 334 56 101 0 16 402 103 72
Binary 1110111 1001100 11011100 101110 1000001 0 1110 100000010 1000011 111010

Color Harmonies of #774CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774CDC

Black with #774CDC

Text Example


Text Example

White with #774CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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