#7B8FAE

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

Shades of Ship Cove #7B8FAE

Tints of Ship Cove #7B8FAE

Color information

#7B8FAE (or 0x7B8FAE) is unknown color: approx Ship Cove. HEX triplet: 7B, 8F and AE. RGB value is (123,143,174). Sum of RGB (Red+Green+Blue) = 123+143+174=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8FAE is #847051. Grayscale: #8C8C8C. Windows color (decimal): -8679506 or 11439995. OLE color: 11439995.

HSL color Cylindrical-coordinate representation of color #7B8FAE: hue angle of 216.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B8FAE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123143174-
CMYK0.290.1800.32
HSL216.47º23.94%58.24%-
HSV(B)216.47º29.31%68.24%-
XYZ25.6326.9143.89-
YUV140.55146.87115.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=27.95%
G=32.5%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231431740.290.1800.32216.4723.9458.24
Hex7B8FAE1D12020d8183a
Octal17321725635220403303072
Binary11110111000111110101110111011001001000001101100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,143,174); }

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

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

 a { background-color: rgb(123,143,174); }

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

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

 span { border-color: rgb(123,143,174); }

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