Html Css Color HEX #828AA4 Ship Cove

📋 copy color: '#828AA4'

red 130 ◦ green 138 ◦ blue 164

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

Shades of Ship Cove #828AA4

Tints of Ship Cove #828AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.96%

R = 30.09%
G = 31.94%
B = 37.96%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#828AA4 (or 0x828AA4) is known color: Ship Cove. HEX triplet: 82, 8A and A4. RGB value is (130,138,164). Sum of RGB (Red+Green+Blue) = 130+138+164=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #828AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AA4 is #7D755B. Grayscale: #8A8A8A. Windows color (decimal): -8222044 or 10783362. OLE color: 10783362.

HSL color Cylindrical-coordinate representation of color #828AA4: hue angle of 225.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #828AA4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 138 164 -
CMYK 0.21 0.16 0 0.36
HSL 225.88º 0.16% 0.58% -
HSV(B) 225.88º 0.21% 0.64% -
XYZ 25 25.6 38.75 -
YUV 138.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 130 138 164 0.21 0.16 0 0.36 225.88 0.16 0.58
Hex 82 8A A4 15 10 0 24 E2 10 3A
Octal 202 212 244 25 20 0 44 342 20 72
Binary 10000010 10001010 10100100 10101 10000 0 100100 11100010 10000 111010

Color Harmonies of #828AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AA4

Black with #828AA4

Text Example


Text Example

White with #828AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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