#838DAA

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

Shades of Ship Cove #838DAA

Tints of Ship Cove #838DAA

Color information

#838DAA (or 0x838DAA) is unknown color: approx Ship Cove. HEX triplet: 83, 8D and AA. RGB value is (131,141,170). Sum of RGB (Red+Green+Blue) = 131+141+170=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #838DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838DAA is #7C7255. Grayscale: #8D8D8D. Windows color (decimal): -8155734 or 11177347. OLE color: 11177347.

HSL color Cylindrical-coordinate representation of color #838DAA: hue angle of 224.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838DAA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131141170-
CMYK0.230.1700.33
HSL224.62º18.66%59.02%-
HSV(B)224.62º22.94%66.67%-
XYZ26.1426.7841.82-
YUV141.32144.19120.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=29.64%
G=31.90%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311411700.230.1700.33224.6218.6659.02
Hex838DAA1711021e1133b
Octal20321525227210413412373
Binary100000111000110110101010101111000101000011110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,141,170); }

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

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

 a { background-color: rgb(131,141,170); }

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

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

 span { border-color: rgb(131,141,170); }

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