#828FAB

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

Shades of Ship Cove #828FAB

Tints of Ship Cove #828FAB

Color information

#828FAB (or 0x828FAB) is unknown color: approx Ship Cove. HEX triplet: 82, 8F and AB. RGB value is (130,143,171). Sum of RGB (Red+Green+Blue) = 130+143+171=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #828FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAB is #7D7054. Grayscale: #8E8E8E. Windows color (decimal): -8220757 or 11243394. OLE color: 11243394.

HSL color Cylindrical-coordinate representation of color #828FAB: hue angle of 220.98º 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 #828FAB is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB130143171-
CMYK0.240.1600.33
HSL220.98º19.62%59.02%-
HSV(B)220.98º23.98%67.06%-
XYZ26.3827.3342.41-
YUV142.3144.19119.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=29.28%
G=32.21%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301431710.240.1600.33220.9819.6259.02
Hex828FAB1810021dd143b
Octal20221725330200413352473
Binary100000101000111110101011110001000001000011101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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