Html Css Color HEX #784AC1 Slate Blue

📋 copy color: '#784AC1'

red 120 ◦ green 74 ◦ blue 193

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

Shades of Slate Blue #784AC1

Tints of Slate Blue #784AC1

RGB

 RED value IS 120 (47.27% from 255) = 31.01%

 GREEN value IS 74 (29.3% from 255) = 19.12%

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

R = 31.01%
G = 19.12%
B = 49.87%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#784AC1 (or 0x784AC1) is known color: Slate Blue. HEX triplet: 78, 4A and C1. RGB value is (120,74,193). Sum of RGB (Red+Green+Blue) = 120+74+193=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #784AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784AC1 is #87B53E. Grayscale: #646464. Windows color (decimal): -8893759 or 12667512. OLE color: 12667512.

HSL color Cylindrical-coordinate representation of color #784AC1: hue angle of 263.19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #784AC1 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 74 193 -
CMYK 0.38 0.62 0 0.24
HSL 263.19º 0.49% 0.52% -
HSV(B) 263.19º 0.62% 0.76% -
XYZ 19.82 12.74 51.87 -
YUV 101.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 120 74 193 0.38 0.62 0 0.24 263.19 0.49 0.52
Hex 78 4A C1 26 3E 0 18 107 31 34
Octal 170 112 301 46 76 0 30 407 61 64
Binary 1111000 1001010 11000001 100110 111110 0 11000 100000111 110001 110100

Color Harmonies of #784AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784AC1

Black with #784AC1

Text Example


Text Example

White with #784AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784AC1; }

 p { color: rgb(120,74,193); }

 H1.HeaderClassName
 {
   color: #784AC1;
 }
 .AnyTagClassName
 {
   color: #784AC1;
 }
</style>

background-color css

<style>
 a { background-color: #784AC1; }

 a { background-color: rgb(120,74,193); }

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

border-color css

<style>
 span { border-color: #784AC1; }

 span { border-color: rgb(120,74,193); }

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