#7C8BAF

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

Shades of Ship Cove #7C8BAF

Tints of Ship Cove #7C8BAF

Color information

#7C8BAF (or 0x7C8BAF) is unknown color: approx Ship Cove. HEX triplet: 7C, 8B and AF. RGB value is (124,139,175). Sum of RGB (Red+Green+Blue) = 124+139+175=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C8BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8BAF is #837450. Grayscale: #8A8A8A. Windows color (decimal): -8614993 or 11504508. OLE color: 11504508.

HSL color Cylindrical-coordinate representation of color #7C8BAF: hue angle of 222.35º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8BAF is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124139175-
CMYK0.290.2100.31
HSL222.35º24.17%58.63%-
HSV(B)222.35º29.14%68.63%-
XYZ25.2825.8544.21-
YUV138.62148.53117.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.31%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=28.31%
G=31.74%
B=39.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241391750.290.2100.31222.3524.1758.63
Hex7C8BAF1D1501Fde183b
Octal17421325735250373363073
Binary1111100100010111010111111101101010111111101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,175); }

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

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

 a { background-color: rgb(124,139,175); }

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

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

 span { border-color: rgb(124,139,175); }

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