#7A7BEC

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

Shades of Medium Slate Blue #7A7BEC

Tints of Medium Slate Blue #7A7BEC

Color information

#7A7BEC (or 0x7A7BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 7B and EC. RGB value is (122,123,236). Sum of RGB (Red+Green+Blue) = 122+123+236=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A7BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BEC is #858413. Grayscale: #878787. Windows color (decimal): -8750100 or 15498106. OLE color: 15498106.

HSL color Cylindrical-coordinate representation of color #7A7BEC: hue angle of 239.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7BEC is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122123236-
CMYK0.480.4800.07
HSL239.47º75%70.2%-
HSV(B)239.47º48.31%92.55%-
XYZ30.2524.3682.46-
YUV135.58184.67118.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=25.36%
G=25.57%
B=49.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221232360.480.4800.07239.477570.2
Hex7A7BEC303007ef4b46
Octal172173354606007357113106
Binary111101011110111110110011000011000001111110111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,236); }

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

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

 a { background-color: rgb(122,123,236); }

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

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

 span { border-color: rgb(122,123,236); }

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