#7063CA

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

Shades of Slate Blue #7063CA

Tints of Slate Blue #7063CA

Color information

#7063CA (or 0x7063CA) is unknown color: approx Slate Blue. HEX triplet: 70, 63 and CA. RGB value is (112,99,202). Sum of RGB (Red+Green+Blue) = 112+99+202=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #7063CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063CA is #8F9C35. Grayscale: #727272. Windows color (decimal): -9411638 or 13263728. OLE color: 13263728.

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

Color convert

RGB11299202-
CMYK0.450.5100.21
HSL247.57º49.28%59.02%-
HSV(B)247.57º50.99%79.22%-
XYZ21.816.6357.94-
YUV114.63177.31126.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 99 (39.06% from 255) = 23.97%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=27.12%
G=23.97%
B=48.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112992020.450.5100.21247.5749.2859.02
Hex7063CA2D33015f8313b
Octal16014331255630253706173
Binary111000011000111100101010110111001101010111111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7063CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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