#7C8FAF

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

Shades of Ship Cove #7C8FAF

Tints of Ship Cove #7C8FAF

Color information

#7C8FAF (or 0x7C8FAF) is unknown color: approx Ship Cove. HEX triplet: 7C, 8F and AF. RGB value is (124,143,175). Sum of RGB (Red+Green+Blue) = 124+143+175=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C8FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8FAF is #837050. Grayscale: #8C8C8C. Windows color (decimal): -8613969 or 11505532. OLE color: 11505532.

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

Color convert

RGB124143175-
CMYK0.290.1800.31
HSL217.65º24.17%58.63%-
HSV(B)217.65º29.14%68.63%-
XYZ25.8727.0344.41-
YUV140.97147.21115.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=28.05%
G=32.35%
B=39.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241431750.290.1800.31217.6524.1758.63
Hex7C8FAF1D1201Fda183b
Octal17421725735220373323073
Binary1111100100011111010111111101100100111111101101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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