#7269EE

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

Shades of Medium Slate Blue #7269EE

Tints of Medium Slate Blue #7269EE

Color information

#7269EE (or 0x7269EE) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 69 and EE. RGB value is (114,105,238). Sum of RGB (Red+Green+Blue) = 114+105+238=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #7269EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7269EE is #8D9611. Grayscale: #7A7A7A. Windows color (decimal): -9278994 or 15624562. OLE color: 15624562.

HSL color Cylindrical-coordinate representation of color #7269EE: hue angle of 244.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7269EE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114105238-
CMYK0.520.5600.07
HSL244.06º79.64%67.25%-
HSV(B)244.06º55.88%93.33%-
XYZ27.4219.8583.28-
YUV122.85192.98121.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=24.95%
G=22.98%
B=52.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141052380.520.5600.07244.0679.6467.25
Hex7269EE343807f45043
Octal162151356647007364120103
Binary111001011010011110111011010011100001111111010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7269EE; }

 p { color: rgb(114,105,238); }

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

<style>
 a { background-color: #7269EE; }

 a { background-color: rgb(114,105,238); }

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

<style>
 span { border-color: #7269EE; }

 span { border-color: rgb(114,105,238); }

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