#838B9F

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

Shades of Ship Cove #838B9F

Tints of Ship Cove #838B9F

Color information

#838B9F (or 0x838B9F) is unknown color: approx Ship Cove. HEX triplet: 83, 8B and 9F. RGB value is (131,139,159). Sum of RGB (Red+Green+Blue) = 131+139+159=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #838B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B9F is #7C7460. Grayscale: #8A8A8A. Windows color (decimal): -8156257 or 10455939. OLE color: 10455939.

HSL color Cylindrical-coordinate representation of color #838B9F: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838B9F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131139159-
CMYK0.180.1300.38
HSL222.86º12.73%56.86%-
HSV(B)222.86º17.61%62.35%-
XYZ24.8525.7936.47-
YUV138.89139.35122.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=30.54%
G=32.40%
B=37.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311391590.180.1300.38222.8612.7356.86
Hex838B9F12D026dfd39
Octal20321323722150463371571
Binary1000001110001011100111111001011010100110110111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B9F; }

 p { color: rgb(131,139,159); }

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

<style>
 a { background-color: #838B9F; }

 a { background-color: rgb(131,139,159); }

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

<style>
 span { border-color: #838B9F; }

 span { border-color: rgb(131,139,159); }

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