#838B9D

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

Shades of Ship Cove #838B9D

Tints of Ship Cove #838B9D

Color information

#838B9D (or 0x838B9D) is unknown color: approx Ship Cove. HEX triplet: 83, 8B and 9D. RGB value is (131,139,157). Sum of RGB (Red+Green+Blue) = 131+139+157=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #838B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B9D is #7C7462. Grayscale: #8A8A8A. Windows color (decimal): -8156259 or 10324867. OLE color: 10324867.

HSL color Cylindrical-coordinate representation of color #838B9D: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #838B9D is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131139157-
CMYK0.170.1100.38
HSL221.54º11.71%56.47%-
HSV(B)221.54º16.56%61.57%-
XYZ24.6825.7235.56-
YUV138.66138.35122.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=30.68%
G=32.55%
B=36.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311391570.170.1100.38221.5411.7156.47
Hex838B9D11B026dec38
Octal20321323521130463361470
Binary1000001110001011100111011000110110100110110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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