#838FA5

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

Shades of Ship Cove #838FA5

Tints of Ship Cove #838FA5

Color information

#838FA5 (or 0x838FA5) is unknown color: approx Ship Cove. HEX triplet: 83, 8F and A5. RGB value is (131,143,165). Sum of RGB (Red+Green+Blue) = 131+143+165=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #838FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FA5 is #7C705A. Grayscale: #8D8D8D. Windows color (decimal): -8155227 or 10850179. OLE color: 10850179.

HSL color Cylindrical-coordinate representation of color #838FA5: hue angle of 218.82º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #838FA5 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB131143165-
CMYK0.210.1300.35
HSL218.82º15.89%58.04%-
HSV(B)218.82º20.61%64.71%-
XYZ25.9727.1939.48-
YUV141.92141.02120.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=29.84%
G=32.57%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311431650.210.1300.35218.8215.8958.04
Hex838FA515D023db103a
Octal20321724525150433332072
Binary10000011100011111010010110101110101000111101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,165); }

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

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

 a { background-color: rgb(131,143,165); }

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

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

 span { border-color: rgb(131,143,165); }

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