Html Css Color HEX #828FAA Ship Cove

📋 copy color: '#828FAA'

red 130 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #828FAA

Tints of Ship Cove #828FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.28%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 29.35%
G = 32.28%
B = 38.37%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828FAA (or 0x828FAA) is known color: Ship Cove. HEX triplet: 82, 8F and AA. RGB value is (130,143,170). Sum of RGB (Red+Green+Blue) = 130+143+170=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #828FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAA is #7D7055. Grayscale: #8E8E8E. Windows color (decimal): -8220758 or 11177858. OLE color: 11177858.

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

Color convert

RGB 130 143 170 -
CMYK 0.24 0.16 0 0.33
HSL 220.5º 0.19% 0.59% -
HSV(B) 220.5º 0.24% 0.67% -
XYZ 26.28 27.29 41.91 -
YUV 142.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 130 143 170 0.24 0.16 0 0.33 220.5 0.19 0.59
Hex 82 8F AA 18 10 0 21 DC 13 3B
Octal 202 217 252 30 20 0 41 334 23 73
Binary 10000010 10001111 10101010 11000 10000 0 100001 11011100 10011 111011

Color Harmonies of #828FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FAA

Black with #828FAA

Text Example


Text Example

White with #828FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,143,170); }

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

background-color css

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

 a { background-color: rgb(130,143,170); }

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

border-color css

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

 span { border-color: rgb(130,143,170); }

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