#7B70DC

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

Shades of Medium Slate Blue #7B70DC

Tints of Medium Slate Blue #7B70DC

Color information

#7B70DC (or 0x7B70DC) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 70 and DC. RGB value is (123,112,220). Sum of RGB (Red+Green+Blue) = 123+112+220=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B70DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70DC is #848F23. Grayscale: #7F7F7F. Windows color (decimal): -8687396 or 14446715. OLE color: 14446715.

HSL color Cylindrical-coordinate representation of color #7B70DC: hue angle of 246.11º 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 #7B70DC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123112220-
CMYK0.440.4900.14
HSL246.11º60.67%65.1%-
HSV(B)246.11º49.09%86.27%-
XYZ26.8820.9770.34-
YUV127.6180.14124.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.03%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=27.03%
G=24.62%
B=48.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231122200.440.4900.14246.1160.6765.1
Hex7B70DC2C310Ef63d41
Octal173160334546101636675101
Binary111101111100001101110010110011000101110111101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B70DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B70DC; }

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

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

<style>
 a { background-color: #7B70DC; }

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

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

<style>
 span { border-color: #7B70DC; }

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

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