#7058CD

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

Shades of Slate Blue #7058CD

Tints of Slate Blue #7058CD

Color information

#7058CD (or 0x7058CD) is unknown color: approx Slate Blue. HEX triplet: 70, 58 and CD. RGB value is (112,88,205). Sum of RGB (Red+Green+Blue) = 112+88+205=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7058CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058CD is #8FA732. Grayscale: #6C6C6C. Windows color (decimal): -9414451 or 13457520. OLE color: 13457520.

HSL color Cylindrical-coordinate representation of color #7058CD: hue angle of 252.31º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7058CD is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11288205-
CMYK0.450.5700.20
HSL252.31º53.92%57.45%-
HSV(B)252.31º57.07%80.39%-
XYZ21.1914.8359.5-
YUV108.51182.45130.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=27.65%
G=21.73%
B=50.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112882050.450.5700.20252.3153.9257.45
Hex7058CD2D39014fc3639
Octal16013031555710243746671
Binary111000010110001100110110110111100101010011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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