#7269EA

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

Shades of Medium Slate Blue #7269EA

Tints of Medium Slate Blue #7269EA

Color information

#7269EA (or 0x7269EA) is unknown color: approx Medium Slate Blue. HEX triplet: 72, 69 and EA. RGB value is (114,105,234). Sum of RGB (Red+Green+Blue) = 114+105+234=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #7269EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7269EA is #8D9615. Grayscale: #797979. Windows color (decimal): -9278998 or 15362418. OLE color: 15362418.

HSL color Cylindrical-coordinate representation of color #7269EA: hue angle of 244.19º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7269EA is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114105234-
CMYK0.510.5500.08
HSL244.19º75.44%66.47%-
HSV(B)244.19º55.13%91.76%-
XYZ26.8419.6280.21-
YUV122.4190.98122.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.17%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=25.17%
G=23.18%
B=51.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141052340.510.5500.08244.1975.4466.47
Hex7269EA333708f44b42
Octal1621513526367010364113102
Binary1110010110100111101010110011110111010001111010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7269EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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