Html Css Color HEX #828EAA Ship Cove

📋 copy color: '#828EAA'

red 130 ◦ green 142 ◦ blue 170

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

Shades of Ship Cove #828EAA

Tints of Ship Cove #828EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

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

R = 29.41%
G = 32.13%
B = 38.46%

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

#828EAA (or 0x828EAA) is known color: Ship Cove. HEX triplet: 82, 8E and AA. RGB value is (130,142,170). Sum of RGB (Red+Green+Blue) = 130+142+170=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #828EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EAA is #7D7155. Grayscale: #8D8D8D. Windows color (decimal): -8221014 or 11177602. OLE color: 11177602.

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

Color convert

RGB 130 142 170 -
CMYK 0.24 0.16 0 0.33
HSL 222º 0.19% 0.59% -
HSV(B) 222º 0.24% 0.67% -
XYZ 26.13 26.99 41.86 -
YUV 141.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 130 142 170 0.24 0.16 0 0.33 222 0.19 0.59
Hex 82 8E AA 18 10 0 21 DE 13 3B
Octal 202 216 252 30 20 0 41 336 23 73
Binary 10000010 10001110 10101010 11000 10000 0 100001 11011110 10011 111011

Color Harmonies of #828EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828EAA

Black with #828EAA

Text Example


Text Example

White with #828EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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