#7893A5

Color #7893A5 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7893A5

Tints of Bermuda Grey #7893A5

Color information

#7893A5 (or 0x7893A5) is unknown color: approx Bermuda Grey. HEX triplet: 78, 93 and A5. RGB value is (120,147,165). Sum of RGB (Red+Green+Blue) = 120+147+165=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 165 - color contains mainly: blue. Hex color #7893A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7893A5 is #876C5A. Grayscale: #8C8C8C. Windows color (decimal): -8875099 or 10851192. OLE color: 10851192.

HSL color Cylindrical-coordinate representation of color #7893A5: hue angle of 204º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7893A5 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120147165-
CMYK0.270.1100.35
HSL204º20%55.88%-
HSV(B)204º27.27%64.71%-
XYZ24.9727.5839.6-
YUV140.98141.55113.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 165 (64.84% from 255) = 38.19%
R=27.78%
G=34.03%
B=38.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201471650.270.1100.352042055.88
Hex7893A51BB023cc1438
Octal17022324533130433142470
Binary1111000100100111010010111011101101000111100110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7893A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7893A5; }

 p { color: rgb(120,147,165); }

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

<style>
 a { background-color: #7893A5; }

 a { background-color: rgb(120,147,165); }

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

<style>
 span { border-color: #7893A5; }

 span { border-color: rgb(120,147,165); }

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