Html Css Color HEX #828DAE Ship Cove

📋 copy color: '#828DAE'

red 130 ◦ green 141 ◦ blue 174

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

Shades of Ship Cove #828DAE

Tints of Ship Cove #828DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.1%

R = 29.21%
G = 31.69%
B = 39.1%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#828DAE (or 0x828DAE) is known color: Ship Cove. HEX triplet: 82, 8D and AE. RGB value is (130,141,174). Sum of RGB (Red+Green+Blue) = 130+141+174=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #828DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DAE is #7D7251. Grayscale: #8D8D8D. Windows color (decimal): -8221266 or 11439490. OLE color: 11439490.

HSL color Cylindrical-coordinate representation of color #828DAE: hue angle of 225º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828DAE is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 141 174 -
CMYK 0.25 0.19 0 0.32
HSL 225º 0.21% 0.6% -
HSV(B) 225º 0.25% 0.68% -
XYZ 26.37 26.85 43.84 -
YUV 141.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 130 141 174 0.25 0.19 0 0.32 225 0.21 0.6
Hex 82 8D AE 19 13 0 20 E1 15 3C
Octal 202 215 256 31 23 0 40 341 25 74
Binary 10000010 10001101 10101110 11001 10011 0 100000 11100001 10101 111100

Color Harmonies of #828DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DAE

Black with #828DAE

Text Example


Text Example

White with #828DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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