#706ACA

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

Shades of Slate Blue #706ACA

Tints of Slate Blue #706ACA

Color information

#706ACA (or 0x706ACA) is unknown color: approx Slate Blue. HEX triplet: 70, 6A and CA. RGB value is (112,106,202). Sum of RGB (Red+Green+Blue) = 112+106+202=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #706ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACA is #8F9535. Grayscale: #767676. Windows color (decimal): -9409846 or 13265520. OLE color: 13265520.

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

Color convert

RGB112106202-
CMYK0.450.4800.21
HSL243.75º47.52%60.39%-
HSV(B)243.75º47.52%79.22%-
XYZ22.518.0258.17-
YUV118.74174.99123.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=26.67%
G=25.24%
B=48.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121062020.450.4800.21243.7547.5260.39
Hex706ACA2D30015f4303c
Octal16015231255600253646074
Binary111000011010101100101010110111000001010111110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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