#7452CA

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

Shades of Slate Blue #7452CA

Tints of Slate Blue #7452CA

Color information

#7452CA (or 0x7452CA) is unknown color: approx Slate Blue. HEX triplet: 74, 52 and CA. RGB value is (116,82,202). Sum of RGB (Red+Green+Blue) = 116+82+202=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #7452CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452CA is #8BAD35. Grayscale: #696969. Windows color (decimal): -9153846 or 13259380. OLE color: 13259380.

HSL color Cylindrical-coordinate representation of color #7452CA: hue angle of 257º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7452CA is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11682202-
CMYK0.430.5900.21
HSL257º53.1%55.69%-
HSV(B)257º59.41%79.22%-
XYZ20.8814.0157.48-
YUV105.85182.26135.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29%
GREEN value IS 82 (32.42% from 255) = 20.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=29%
G=20.5%
B=50.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116822020.430.5900.2125753.155.69
Hex7452CA2B3B0151013538
Octal16412231253730254016570
Binary1110100101001011001010101011111011010101100000001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7452CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7452CA; }

 p { color: rgb(116,82,202); }

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

<style>
 a { background-color: #7452CA; }

 a { background-color: rgb(116,82,202); }

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

<style>
 span { border-color: #7452CA; }

 span { border-color: rgb(116,82,202); }

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