#706ACD

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

Shades of Slate Blue #706ACD

Tints of Slate Blue #706ACD

Color information

#706ACD (or 0x706ACD) is unknown color: approx Slate Blue. HEX triplet: 70, 6A and CD. RGB value is (112,106,205). Sum of RGB (Red+Green+Blue) = 112+106+205=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #706ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ACD is #8F9532. Grayscale: #767676. Windows color (decimal): -9409843 or 13462128. OLE color: 13462128.

HSL color Cylindrical-coordinate representation of color #706ACD: hue angle of 243.64º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706ACD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112106205-
CMYK0.450.4800.20
HSL243.64º49.75%60.98%-
HSV(B)243.64º48.29%80.39%-
XYZ22.8618.1660.06-
YUV119.08176.49122.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=26.48%
G=25.06%
B=48.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121062050.450.4800.20243.6449.7560.98
Hex706ACD2D30014f4323d
Octal16015231555600243646275
Binary111000011010101100110110110111000001010011110100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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