#7058CA

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

Shades of Slate Blue #7058CA

Tints of Slate Blue #7058CA

Color information

#7058CA (or 0x7058CA) is unknown color: approx Slate Blue. HEX triplet: 70, 58 and CA. RGB value is (112,88,202). Sum of RGB (Red+Green+Blue) = 112+88+202=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #7058CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058CA is #8FA735. Grayscale: #6B6B6B. Windows color (decimal): -9414454 or 13260912. OLE color: 13260912.

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

Color convert

RGB11288202-
CMYK0.450.5600.21
HSL252.63º51.82%56.86%-
HSV(B)252.63º56.44%79.22%-
XYZ20.8314.6957.61-
YUV108.17180.95130.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=27.86%
G=21.89%
B=50.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112882020.450.5600.21252.6351.8256.86
Hex7058CA2D38015fd3439
Octal16013031255700253756471
Binary111000010110001100101010110111100001010111111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,88,202); }

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

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

 a { background-color: rgb(112,88,202); }

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

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

 span { border-color: rgb(112,88,202); }

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