#828BAB

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

Shades of Ship Cove #828BAB

Tints of Ship Cove #828BAB

Color information

#828BAB (or 0x828BAB) is unknown color: approx Ship Cove. HEX triplet: 82, 8B and AB. RGB value is (130,139,171). Sum of RGB (Red+Green+Blue) = 130+139+171=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #828BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAB is #7D7454. Grayscale: #8B8B8B. Windows color (decimal): -8221781 or 11242370. OLE color: 11242370.

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

Color convert

RGB130139171-
CMYK0.240.1900.33
HSL226.83º19.62%59.02%-
HSV(B)226.83º23.98%67.06%-
XYZ25.7926.1542.22-
YUV139.96145.52120.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=29.55%
G=31.59%
B=38.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301391710.240.1900.33226.8319.6259.02
Hex828BAB1813021e3143b
Octal20221325330230413432473
Binary100000101000101110101011110001001101000011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828BAB; }

 p { color: rgb(130,139,171); }

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

<style>
 a { background-color: #828BAB; }

 a { background-color: rgb(130,139,171); }

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

<style>
 span { border-color: #828BAB; }

 span { border-color: rgb(130,139,171); }

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