#7250D4

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

Shades of Slate Blue #7250D4

Tints of Slate Blue #7250D4

Color information

#7250D4 (or 0x7250D4) is unknown color: approx Slate Blue. HEX triplet: 72, 50 and D4. RGB value is (114,80,212). Sum of RGB (Red+Green+Blue) = 114+80+212=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #7250D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250D4 is #8DAF2B. Grayscale: #686868. Windows color (decimal): -9285420 or 13914226. OLE color: 13914226.

HSL color Cylindrical-coordinate representation of color #7250D4: hue angle of 255.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7250D4 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11480212-
CMYK0.460.6200.17
HSL255.45º60.55%57.25%-
HSV(B)255.45º62.26%83.14%-
XYZ21.6914.0763.86-
YUV105.21188.26134.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=28.08%
G=19.70%
B=52.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal114802120.460.6200.17255.4560.5557.25
Hex7250D42E3E011ff3d39
Octal16212032456760213777571
Binary111001010100001101010010111011111001000111111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7250D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7250D4; }

 p { color: rgb(114,80,212); }

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

<style>
 a { background-color: #7250D4; }

 a { background-color: rgb(114,80,212); }

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

<style>
 span { border-color: #7250D4; }

 span { border-color: rgb(114,80,212); }

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