#7259DC

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

Shades of Slate Blue #7259DC

Tints of Slate Blue #7259DC

Color information

#7259DC (or 0x7259DC) is unknown color: approx Slate Blue. HEX triplet: 72, 59 and DC. RGB value is (114,89,220). Sum of RGB (Red+Green+Blue) = 114+89+220=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7259DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259DC is #8DA623. Grayscale: #6E6E6E. Windows color (decimal): -9283108 or 14440818. OLE color: 14440818.

HSL color Cylindrical-coordinate representation of color #7259DC: hue angle of 251.45º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7259DC is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11489220-
CMYK0.480.6000.14
HSL251.45º65.17%60.59%-
HSV(B)251.45º59.55%86.27%-
XYZ23.4315.8969.54-
YUV111.41189.28129.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=26.95%
G=21.04%
B=52.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114892200.480.6000.14251.4565.1760.59
Hex7259DC303C0Efb413d
Octal162131334607401637310175
Binary111001010110011101110011000011110001110111110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,89,220); }

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

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

 a { background-color: rgb(114,89,220); }

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

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

 span { border-color: rgb(114,89,220); }

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