#7849CD

Color #7849CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7849CD

Tints of Slate Blue #7849CD

Color information

#7849CD (or 0x7849CD) is unknown color: approx Slate Blue. HEX triplet: 78, 49 and CD. RGB value is (120,73,205). Sum of RGB (Red+Green+Blue) = 120+73+205=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #7849CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7849CD is #87B632. Grayscale: #656565. Windows color (decimal): -8894003 or 13453688. OLE color: 13453688.

HSL color Cylindrical-coordinate representation of color #7849CD: hue angle of 261.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7849CD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12073205-
CMYK0.410.6400.20
HSL261.36º56.9%54.51%-
HSV(B)261.36º64.39%80.39%-
XYZ21.1513.1759.18-
YUV102.1186.07140.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 205 (80.47% from 255) = 51.51%
R=30.15%
G=18.34%
B=51.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120732050.410.6400.20261.3656.954.51
Hex7849CD29400141053937
Octal170111315511000244057167
Binary11110001001001110011011010011000000010100100000101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7849CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7849CD;
 }
 .AnyTagClassName
 {
   color: #7849CD;
 }
</style>
background-color css

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

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

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

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

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

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