#7270db

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

Shades of Medium Slate Blue #7270DB

Tints of Medium Slate Blue #7270DB

Color information

#7270DB (or 0x7270DB) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 70 and DB. RGB value is (114,112,219). Sum of RGB (Red+Green+Blue) = 114+112+219=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #7270DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270DB is #8D8F24. Grayscale: #7C7C7C. Windows color (decimal): -9277221 or 14381170. OLE color: 14381170.

HSL color Cylindrical-coordinate representation of color #7270DB: hue angle of 241.12º degrees, saturation: 0.6, 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 #7270DB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114112219-
CMYK0.480.4900.14
HSL241.12º59.78%64.9%-
HSV(B)241.12º48.86%85.88%-
XYZ25.5220.2869.59-
YUV124.8181.16120.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.62%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=25.62%
G=25.17%
B=49.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141122190.480.4900.14241.1259.7864.9
Hex7270DB30310Ef13c41
Octal162160333606101636174101
Binary111001011100001101101111000011000101110111100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7270db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7270db; }

 p { color: rgb(114,112,219); }

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

<style>
 a { background-color: #7270db; }

 a { background-color: rgb(114,112,219); }

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

<style>
 span { border-color: #7270db; }

 span { border-color: rgb(114,112,219); }

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