Html Css Color HEX #7849DC Slate Blue

📋 copy color: '#7849DC'

red 120 ◦ green 73 ◦ blue 220

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

Shades of Slate Blue #7849DC

Tints of Slate Blue #7849DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

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

R = 29.06%
G = 17.68%
B = 53.27%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7849DC (or 0x7849DC) is known color: Slate Blue. HEX triplet: 78, 49 and DC. RGB value is (120,73,220). Sum of RGB (Red+Green+Blue) = 120+73+220=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #7849DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849DC is #87B623. Grayscale: #676767. Windows color (decimal): -8893988 or 14436728. OLE color: 14436728.

HSL color Cylindrical-coordinate representation of color #7849DC: hue angle of 259.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7849DC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 73 220 -
CMYK 0.45 0.67 0 0.14
HSL 259.18º 0.68% 0.57% -
HSV(B) 259.18º 0.67% 0.86% -
XYZ 23.05 13.93 69.18 -
YUV 103.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 120 73 220 0.45 0.67 0 0.14 259.18 0.68 0.57
Hex 78 49 DC 2D 43 0 E 103 44 39
Octal 170 111 334 55 103 0 16 403 104 71
Binary 1111000 1001001 11011100 101101 1000011 0 1110 100000011 1000100 111001

Color Harmonies of #7849DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7849DC

Black with #7849DC

Text Example


Text Example

White with #7849DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7849DC; }

 p { color: rgb(120,73,220); }

 H1.HeaderClassName
 {
   color: #7849DC;
 }
 .AnyTagClassName
 {
   color: #7849DC;
 }
</style>

background-color css

<style>
 a { background-color: #7849DC; }

 a { background-color: rgb(120,73,220); }

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

border-color css

<style>
 span { border-color: #7849DC; }

 span { border-color: rgb(120,73,220); }

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