Html Css Color HEX #828A9D Ship Cove

📋 copy color: '#828A9D'

red 130 ◦ green 138 ◦ blue 157

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

Shades of Ship Cove #828A9D

Tints of Ship Cove #828A9D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 30.59%
G = 32.47%
B = 36.94%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#828A9D (or 0x828A9D) is known color: Ship Cove. HEX triplet: 82, 8A and 9D. RGB value is (130,138,157). Sum of RGB (Red+Green+Blue) = 130+138+157=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #828A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A9D is #7D7562. Grayscale: #898989. Windows color (decimal): -8222051 or 10324610. OLE color: 10324610.

HSL color Cylindrical-coordinate representation of color #828A9D: hue angle of 222.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #828A9D is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 138 157 -
CMYK 0.17 0.12 0 0.38
HSL 222.22º 0.12% 0.56% -
HSV(B) 222.22º 0.17% 0.62% -
XYZ 24.38 25.36 35.51 -
YUV 137.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 130 138 157 0.17 0.12 0 0.38 222.22 0.12 0.56
Hex 82 8A 9D 11 C 0 26 DE C 38
Octal 202 212 235 21 14 0 46 336 14 70
Binary 10000010 10001010 10011101 10001 1100 0 100110 11011110 1100 111000

Color Harmonies of #828A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A9D

Black with #828A9D

Text Example


Text Example

White with #828A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,138,157); }

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

background-color css

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

 a { background-color: rgb(130,138,157); }

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

border-color css

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

 span { border-color: rgb(130,138,157); }

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