Html Css Color HEX #828AAB Ship Cove

📋 copy color: '#828AAB'

red 130 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #828AAB

Tints of Ship Cove #828AAB

RGB

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

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

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

R = 29.61%
G = 31.44%
B = 38.95%

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

#828AAB (or 0x828AAB) is known color: Ship Cove. HEX triplet: 82, 8A and AB. RGB value is (130,138,171). Sum of RGB (Red+Green+Blue) = 130+138+171=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #828AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAB is #7D7554. Grayscale: #8B8B8B. Windows color (decimal): -8222037 or 11242114. OLE color: 11242114.

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

Color convert

RGB 130 138 171 -
CMYK 0.24 0.19 0 0.33
HSL 228.29º 0.2% 0.59% -
HSV(B) 228.29º 0.24% 0.67% -
XYZ 25.65 25.86 42.17 -
YUV 139.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 130 138 171 0.24 0.19 0 0.33 228.29 0.2 0.59
Hex 82 8A AB 18 13 0 21 E4 14 3B
Octal 202 212 253 30 23 0 41 344 24 73
Binary 10000010 10001010 10101011 11000 10011 0 100001 11100100 10100 111011

Color Harmonies of #828AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AAB

Black with #828AAB

Text Example


Text Example

White with #828AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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