#7C8AAC

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

Shades of Ship Cove #7C8AAC

Tints of Ship Cove #7C8AAC

Color information

#7C8AAC (or 0x7C8AAC) is unknown color: approx Ship Cove. HEX triplet: 7C, 8A and AC. RGB value is (124,138,172). Sum of RGB (Red+Green+Blue) = 124+138+172=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C8AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8AAC is #837553. Grayscale: #898989. Windows color (decimal): -8615252 or 11307644. OLE color: 11307644.

HSL color Cylindrical-coordinate representation of color #7C8AAC: hue angle of 222.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C8AAC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124138172-
CMYK0.280.2000.33
HSL222.5º22.43%58.04%-
HSV(B)222.5º27.91%67.45%-
XYZ24.8525.4442.63-
YUV137.69147.36118.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=28.57%
G=31.80%
B=39.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241381720.280.2000.33222.522.4358.04
Hex7C8AAC1C14021de163a
Octal17421225434240413362672
Binary11111001000101010101100111001010001000011101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,172); }

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

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

 a { background-color: rgb(124,138,172); }

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

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

 span { border-color: rgb(124,138,172); }

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