#705ACA

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

Shades of Slate Blue #705ACA

Tints of Slate Blue #705ACA

Color information

#705ACA (or 0x705ACA) is unknown color: approx Slate Blue. HEX triplet: 70, 5A and CA. RGB value is (112,90,202). Sum of RGB (Red+Green+Blue) = 112+90+202=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #705ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ACA is #8FA535. Grayscale: #6C6C6C. Windows color (decimal): -9413942 or 13261424. OLE color: 13261424.

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

Color convert

RGB11290202-
CMYK0.450.5500.21
HSL251.79º51.38%57.25%-
HSV(B)251.79º55.45%79.22%-
XYZ2115.0257.67-
YUV109.35180.29129.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 202 (79.30% from 255) = 50%
R=27.72%
G=22.28%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112902020.450.5500.21251.7951.3857.25
Hex705ACA2D37015fc3339
Octal16013231255670253746371
Binary111000010110101100101010110111011101010111111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705ACA; }

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

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

<style>
 a { background-color: #705ACA; }

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

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

<style>
 span { border-color: #705ACA; }

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

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