#707ADC

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

Shades of Medium Slate Blue #707ADC

Tints of Medium Slate Blue #707ADC

Color information

#707ADC (or 0x707ADC) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 7A and DC. RGB value is (112,122,220). Sum of RGB (Red+Green+Blue) = 112+122+220=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #707ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADC is #8F8523. Grayscale: #818181. Windows color (decimal): -9405732 or 14449264. OLE color: 14449264.

HSL color Cylindrical-coordinate representation of color #707ADC: hue angle of 234.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707ADC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112122220-
CMYK0.490.4500.14
HSL234.44º60.67%65.1%-
HSV(B)234.44º49.09%86.27%-
XYZ26.5622.5370.66-
YUV130.18178.69115.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=24.67%
G=26.87%
B=48.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121222200.490.4500.14234.4460.6765.1
Hex707ADC312D0Eea3d41
Octal160172334615501635275101
Binary111000011110101101110011000110110101110111010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707ADC; }

 p { color: rgb(112,122,220); }

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

<style>
 a { background-color: #707ADC; }

 a { background-color: rgb(112,122,220); }

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

<style>
 span { border-color: #707ADC; }

 span { border-color: rgb(112,122,220); }

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