#7B7D99

Color #7B7D99 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #7B7D99

Tints of Manatee #7B7D99

Color information

#7B7D99 (or 0x7B7D99) is unknown color: approx Manatee. HEX triplet: 7B, 7D and 99. RGB value is (123,125,153). Sum of RGB (Red+Green+Blue) = 123+125+153=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B7D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7D99 is #848266. Grayscale: #7F7F7F. Windows color (decimal): -8684135 or 10059131. OLE color: 10059131.

HSL color Cylindrical-coordinate representation of color #7B7D99: hue angle of 236º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7D99 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB123125153-
CMYK0.200.1800.4
HSL236º12.82%54.12%-
HSV(B)236º19.61%60%-
XYZ21.2521.1833.1-
YUV127.59142.34124.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=30.67%
G=31.17%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1231251530.200.1800.423612.8254.12
Hex7B7D991412028ecd36
Octal17317523124220503541566
Binary111101111111011001100110100100100101000111011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,125,153); }

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

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

 a { background-color: rgb(123,125,153); }

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

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

 span { border-color: rgb(123,125,153); }

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