#828AA3

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

Shades of Ship Cove #828AA3

Tints of Ship Cove #828AA3

Color information

#828AA3 (or 0x828AA3) is unknown color: approx Ship Cove. HEX triplet: 82, 8A and A3. RGB value is (130,138,163). Sum of RGB (Red+Green+Blue) = 130+138+163=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 163 - color contains mainly: blue. Hex color #828AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AA3 is #7D755C. Grayscale: #8A8A8A. Windows color (decimal): -8222045 or 10717826. OLE color: 10717826.

HSL color Cylindrical-coordinate representation of color #828AA3: hue angle of 225.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828AA3 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB130138163-
CMYK0.200.1500.36
HSL225.45º15.21%57.45%-
HSV(B)225.45º20.25%63.92%-
XYZ24.9125.5738.27-
YUV138.46141.85121.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=30.16%
G=32.02%
B=37.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301381630.200.1500.36225.4515.2157.45
Hex828AA314F024e1f39
Octal20221224324170443411771
Binary1000001010001010101000111010011110100100111000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,163); }

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

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

 a { background-color: rgb(130,138,163); }

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

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

 span { border-color: rgb(130,138,163); }

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