#7E879B

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

Shades of Ship Cove #7E879B

Tints of Ship Cove #7E879B

Color information

#7E879B (or 0x7E879B) is unknown color: approx Ship Cove. HEX triplet: 7E, 87 and 9B. RGB value is (126,135,155). Sum of RGB (Red+Green+Blue) = 126+135+155=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E879B is #817864. Grayscale: #868686. Windows color (decimal): -8484965 or 10192766. OLE color: 10192766.

HSL color Cylindrical-coordinate representation of color #7E879B: hue angle of 221.38º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E879B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126135155-
CMYK0.190.1300.39
HSL221.38º12.66%55.1%-
HSV(B)221.38º18.71%60.78%-
XYZ23.1824.1334.45-
YUV134.59139.52121.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.29%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=30.29%
G=32.45%
B=37.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261351550.190.1300.39221.3812.6655.1
Hex7E879B13D027ddd37
Octal17620723323150473351567
Binary111111010000111100110111001111010100111110111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,135,155); }

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

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

 a { background-color: rgb(126,135,155); }

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

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

 span { border-color: rgb(126,135,155); }

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