Html Css Color HEX #828EAE Ship Cove

📋 copy color: '#828EAE'

red 130 ◦ green 142 ◦ blue 174

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

Shades of Ship Cove #828EAE

Tints of Ship Cove #828EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

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

R = 29.15%
G = 31.84%
B = 39.01%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#828EAE (or 0x828EAE) is known color: Ship Cove. HEX triplet: 82, 8E and AE. RGB value is (130,142,174). Sum of RGB (Red+Green+Blue) = 130+142+174=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #828EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EAE is #7D7151. Grayscale: #8D8D8D. Windows color (decimal): -8221010 or 11439746. OLE color: 11439746.

HSL color Cylindrical-coordinate representation of color #828EAE: hue angle of 223.64º 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 #828EAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 142 174 -
CMYK 0.25 0.18 0 0.32
HSL 223.64º 0.21% 0.6% -
HSV(B) 223.64º 0.25% 0.68% -
XYZ 26.52 27.15 43.89 -
YUV 142.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 130 142 174 0.25 0.18 0 0.32 223.64 0.21 0.6
Hex 82 8E AE 19 12 0 20 E0 15 3C
Octal 202 216 256 31 22 0 40 340 25 74
Binary 10000010 10001110 10101110 11001 10010 0 100000 11100000 10101 111100

Color Harmonies of #828EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EAE

Black with #828EAE

Text Example


Text Example

White with #828EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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