#838FA9

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

Shades of Ship Cove #838FA9

Tints of Ship Cove #838FA9

Color information

#838FA9 (or 0x838FA9) is unknown color: approx Ship Cove. HEX triplet: 83, 8F and A9. RGB value is (131,143,169). Sum of RGB (Red+Green+Blue) = 131+143+169=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #838FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FA9 is #7C7056. Grayscale: #8E8E8E. Windows color (decimal): -8155223 or 11112323. OLE color: 11112323.

HSL color Cylindrical-coordinate representation of color #838FA9: hue angle of 221.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #838FA9 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB131143169-
CMYK0.220.1500.34
HSL221.05º18.1%58.82%-
HSV(B)221.05º22.49%66.27%-
XYZ26.3427.3341.42-
YUV142.38143.02119.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 143 (56.25% from 255) = 32.28%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=29.57%
G=32.28%
B=38.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311431690.220.1500.34221.0518.158.82
Hex838FA916F022dd123b
Octal20321725126170423352273
Binary10000011100011111010100110110111101000101101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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