#7A83EE

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

Shades of Medium Slate Blue #7A83EE

Tints of Medium Slate Blue #7A83EE

Color information

#7A83EE (or 0x7A83EE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 83 and EE. RGB value is (122,131,238). Sum of RGB (Red+Green+Blue) = 122+131+238=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A83EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A83EE is #857C11. Grayscale: #8C8C8C. Windows color (decimal): -8748050 or 15631226. OLE color: 15631226.

HSL color Cylindrical-coordinate representation of color #7A83EE: hue angle of 235.34º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A83EE is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122131238-
CMYK0.490.4500.07
HSL235.34º77.33%70.59%-
HSV(B)235.34º48.74%93.33%-
XYZ31.5726.5484.35-
YUV140.51183.02114.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=24.85%
G=26.68%
B=48.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221312380.490.4500.07235.3477.3370.59
Hex7A83EE312D07eb4d47
Octal172203356615507353115107
Binary1111010100000111110111011000110110101111110101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,131,238); }

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

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

 a { background-color: rgb(122,131,238); }

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

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

 span { border-color: rgb(122,131,238); }

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