#7E8CAF

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

Shades of Ship Cove #7E8CAF

Tints of Ship Cove #7E8CAF

Color information

#7E8CAF (or 0x7E8CAF) is unknown color: approx Ship Cove. HEX triplet: 7E, 8C and AF. RGB value is (126,140,175). Sum of RGB (Red+Green+Blue) = 126+140+175=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E8CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8CAF is #817350. Grayscale: #8B8B8B. Windows color (decimal): -8483665 or 11504766. OLE color: 11504766.

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

Color convert

RGB126140175-
CMYK0.280.200.31
HSL222.86º23.44%59.02%-
HSV(B)222.86º28%68.63%-
XYZ25.7226.2944.28-
YUV139.8147.86118.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=28.57%
G=31.75%
B=39.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261401750.280.200.31222.8623.4459.02
Hex7E8CAF1C1401Fdf173b
Octal17621425734240373372773
Binary1111110100011001010111111100101000111111101111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,140,175); }

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

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

 a { background-color: rgb(126,140,175); }

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

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

 span { border-color: rgb(126,140,175); }

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