Html Css Color HEX #828DA4 Ship Cove

📋 copy color: '#828DA4'

red 130 ◦ green 141 ◦ blue 164

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

Shades of Ship Cove #828DA4

Tints of Ship Cove #828DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 29.89%
G = 32.41%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#828DA4 (or 0x828DA4) is known color: Ship Cove. HEX triplet: 82, 8D and A4. RGB value is (130,141,164). Sum of RGB (Red+Green+Blue) = 130+141+164=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #828DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DA4 is #7D725B. Grayscale: #8C8C8C. Windows color (decimal): -8221276 or 10784130. OLE color: 10784130.

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

Color convert

RGB 130 141 164 -
CMYK 0.21 0.14 0 0.36
HSL 220.59º 0.16% 0.58% -
HSV(B) 220.59º 0.21% 0.64% -
XYZ 25.43 26.48 38.89 -
YUV 140.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 130 141 164 0.21 0.14 0 0.36 220.59 0.16 0.58
Hex 82 8D A4 15 E 0 24 DD 10 3A
Octal 202 215 244 25 16 0 44 335 20 72
Binary 10000010 10001101 10100100 10101 1110 0 100100 11011101 10000 111010

Color Harmonies of #828DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DA4

Black with #828DA4

Text Example


Text Example

White with #828DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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