#7B8BAE

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

Shades of Ship Cove #7B8BAE

Tints of Ship Cove #7B8BAE

Color information

#7B8BAE (or 0x7B8BAE) is unknown color: approx Ship Cove. HEX triplet: 7B, 8B and AE. RGB value is (123,139,174). Sum of RGB (Red+Green+Blue) = 123+139+174=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8BAE is #847451. Grayscale: #8A8A8A. Windows color (decimal): -8680530 or 11438971. OLE color: 11438971.

HSL color Cylindrical-coordinate representation of color #7B8BAE: hue angle of 221.18º 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 #7B8BAE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123139174-
CMYK0.290.2000.32
HSL221.18º23.94%58.24%-
HSV(B)221.18º29.31%68.24%-
XYZ25.0425.7343.69-
YUV138.21148.2117.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.21%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=28.21%
G=31.88%
B=39.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231391740.290.2000.32221.1823.9458.24
Hex7B8BAE1D14020dd183a
Octal17321325635240403353072
Binary11110111000101110101110111011010001000001101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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