Html Css Color HEX #828EA5 Ship Cove

📋 copy color: '#828EA5'

red 130 ◦ green 142 ◦ blue 165

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

Shades of Ship Cove #828EA5

Tints of Ship Cove #828EA5

RGB

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

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

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

R = 29.75%
G = 32.49%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#828EA5 (or 0x828EA5) is known color: Ship Cove. HEX triplet: 82, 8E and A5. RGB value is (130,142,165). Sum of RGB (Red+Green+Blue) = 130+142+165=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #828EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EA5 is #7D715A. Grayscale: #8C8C8C. Windows color (decimal): -8221019 or 10849922. OLE color: 10849922.

HSL color Cylindrical-coordinate representation of color #828EA5: hue angle of 219.43º 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 #828EA5 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 142 165 -
CMYK 0.21 0.14 0 0.35
HSL 219.43º 0.16% 0.58% -
HSV(B) 219.43º 0.21% 0.65% -
XYZ 25.67 26.81 39.42 -
YUV 141.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 130 142 165 0.21 0.14 0 0.35 219.43 0.16 0.58
Hex 82 8E A5 15 E 0 23 DB 10 3A
Octal 202 216 245 25 16 0 43 333 20 72
Binary 10000010 10001110 10100101 10101 1110 0 100011 11011011 10000 111010

Color Harmonies of #828EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EA5

Black with #828EA5

Text Example


Text Example

White with #828EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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