#838BAA

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

Shades of Ship Cove #838BAA

Tints of Ship Cove #838BAA

Color information

#838BAA (or 0x838BAA) is unknown color: approx Ship Cove. HEX triplet: 83, 8B and AA. RGB value is (131,139,170). Sum of RGB (Red+Green+Blue) = 131+139+170=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #838BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAA is #7C7455. Grayscale: #8C8C8C. Windows color (decimal): -8156246 or 11176835. OLE color: 11176835.

HSL color Cylindrical-coordinate representation of color #838BAA: hue angle of 227.69º 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 #838BAA is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131139170-
CMYK0.230.1800.33
HSL227.69º18.66%59.02%-
HSV(B)227.69º22.94%66.67%-
XYZ25.8526.1941.72-
YUV140.14144.85121.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=29.77%
G=31.59%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311391700.230.1800.33227.6918.6659.02
Hex838BAA1712021e4133b
Octal20321325227220413442373
Binary100000111000101110101010101111001001000011110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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