Html Css Color HEX #828DAB Ship Cove

📋 copy color: '#828DAB'

red 130 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #828DAB

Tints of Ship Cove #828DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 29.41%
G = 31.9%
B = 38.69%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828DAB (or 0x828DAB) is known color: Ship Cove. HEX triplet: 82, 8D and AB. RGB value is (130,141,171). Sum of RGB (Red+Green+Blue) = 130+141+171=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #828DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DAB is #7D7254. Grayscale: #8D8D8D. Windows color (decimal): -8221269 or 11242882. OLE color: 11242882.

HSL color Cylindrical-coordinate representation of color #828DAB: hue angle of 223.9º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828DAB is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 141 171 -
CMYK 0.24 0.18 0 0.33
HSL 223.9º 0.2% 0.59% -
HSV(B) 223.9º 0.24% 0.67% -
XYZ 26.08 26.74 42.31 -
YUV 141.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 130 141 171 0.24 0.18 0 0.33 223.9 0.2 0.59
Hex 82 8D AB 18 12 0 21 E0 14 3B
Octal 202 215 253 30 22 0 41 340 24 73
Binary 10000010 10001101 10101011 11000 10010 0 100001 11100000 10100 111011

Color Harmonies of #828DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DAB

Black with #828DAB

Text Example


Text Example

White with #828DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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