Html Css Color HEX #828DA5 Ship Cove

📋 copy color: '#828DA5'

red 130 ◦ green 141 ◦ blue 165

#828DA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #828DA5

Tints of Ship Cove #828DA5

RGB

 RED value IS 130 (51.17% from 255) = 29.82%

 GREEN value IS 141 (55.47% from 255) = 32.34%

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 29.82%
G = 32.34%
B = 37.84%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#828DA5 (or 0x828DA5) is known color: Ship Cove. HEX triplet: 82, 8D and A5. RGB value is (130,141,165). Sum of RGB (Red+Green+Blue) = 130+141+165=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #828DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DA5 is #7D725A. Grayscale: #8C8C8C. Windows color (decimal): -8221275 or 10849666. OLE color: 10849666.

HSL color Cylindrical-coordinate representation of color #828DA5: hue angle of 221.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828DA5 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 141 165 -
CMYK 0.21 0.15 0 0.35
HSL 221.14º 0.16% 0.58% -
HSV(B) 221.14º 0.21% 0.65% -
XYZ 25.52 26.51 39.37 -
YUV 140.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 130 141 165 0.21 0.15 0 0.35 221.14 0.16 0.58
Hex 82 8D A5 15 F 0 23 DD 10 3A
Octal 202 215 245 25 17 0 43 335 20 72
Binary 10000010 10001101 10100101 10101 1111 0 100011 11011101 10000 111010

Color Harmonies of #828DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DA5

Black with #828DA5

Text Example


Text Example

White with #828DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,165); }

 H1.HeaderClassName
 {
   color: #828DA5;
 }
 .AnyTagClassName
 {
   color: #828DA5;
 }
</style>

background-color css

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

 a { background-color: rgb(130,141,165); }

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

border-color css

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

 span { border-color: rgb(130,141,165); }

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