#7145DC

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

Shades of Slate Blue #7145DC

Tints of Slate Blue #7145DC

Color information

#7145DC (or 0x7145DC) is unknown color: approx Slate Blue. HEX triplet: 71, 45 and DC. RGB value is (113,69,220). Sum of RGB (Red+Green+Blue) = 113+69+220=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #7145DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7145DC is #8EBA23. Grayscale: #626262. Windows color (decimal): -9353764 or 14435697. OLE color: 14435697.

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

Color convert

RGB11369220-
CMYK0.490.6900.14
HSL257.48º68.33%56.67%-
HSV(B)257.48º68.64%86.27%-
XYZ21.8612.9369.05-
YUV99.37196.08137.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=28.11%
G=17.16%
B=54.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113692200.490.6900.14257.4868.3356.67
Hex7145DC31450E1014439
Octal1611053346110501640110471
Binary11100011000101110111001100011000101011101000000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7145DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,69,220); }

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

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

 a { background-color: rgb(113,69,220); }

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

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

 span { border-color: rgb(113,69,220); }

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