Html Css Color HEX #828BA4 Ship Cove

📋 copy color: '#828BA4'

red 130 ◦ green 139 ◦ blue 164

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

Shades of Ship Cove #828BA4

Tints of Ship Cove #828BA4

RGB

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

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

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

R = 30.02%
G = 32.1%
B = 37.88%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#828BA4 (or 0x828BA4) is known color: Ship Cove. HEX triplet: 82, 8B and A4. RGB value is (130,139,164). Sum of RGB (Red+Green+Blue) = 130+139+164=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 164 - color contains mainly: blue. Hex color #828BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BA4 is #7D745B. Grayscale: #8B8B8B. Windows color (decimal): -8221788 or 10783618. OLE color: 10783618.

HSL color Cylindrical-coordinate representation of color #828BA4: hue angle of 224.12º 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 #828BA4 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 139 164 -
CMYK 0.21 0.15 0 0.36
HSL 224.12º 0.16% 0.58% -
HSV(B) 224.12º 0.21% 0.64% -
XYZ 25.14 25.89 38.79 -
YUV 139.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 130 139 164 0.21 0.15 0 0.36 224.12 0.16 0.58
Hex 82 8B A4 15 F 0 24 E0 10 3A
Octal 202 213 244 25 17 0 44 340 20 72
Binary 10000010 10001011 10100100 10101 1111 0 100100 11100000 10000 111010

Color Harmonies of #828BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BA4

Black with #828BA4

Text Example


Text Example

White with #828BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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