Html Css Color HEX #828BAB Ship Cove

📋 copy color: '#828BAB'

red 130 ◦ green 139 ◦ blue 171

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

Shades of Ship Cove #828BAB

Tints of Ship Cove #828BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 29.55%
G = 31.59%
B = 38.86%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828BAB (or 0x828BAB) is known color: Ship Cove. HEX triplet: 82, 8B and AB. RGB value is (130,139,171). Sum of RGB (Red+Green+Blue) = 130+139+171=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #828BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAB is #7D7454. Grayscale: #8B8B8B. Windows color (decimal): -8221781 or 11242370. OLE color: 11242370.

HSL color Cylindrical-coordinate representation of color #828BAB: hue angle of 226.83º 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 #828BAB is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 139 171 -
CMYK 0.24 0.19 0 0.33
HSL 226.83º 0.2% 0.59% -
HSV(B) 226.83º 0.24% 0.67% -
XYZ 25.79 26.15 42.22 -
YUV 139.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 130 139 171 0.24 0.19 0 0.33 226.83 0.2 0.59
Hex 82 8B AB 18 13 0 21 E3 14 3B
Octal 202 213 253 30 23 0 41 343 24 73
Binary 10000010 10001011 10101011 11000 10011 0 100001 11100011 10100 111011

Color Harmonies of #828BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BAB

Black with #828BAB

Text Example


Text Example

White with #828BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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