Html Css Color HEX #828FAE Ship Cove

📋 copy color: '#828FAE'

red 130 ◦ green 143 ◦ blue 174

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

Shades of Ship Cove #828FAE

Tints of Ship Cove #828FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 29.08%
G = 31.99%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#828FAE (or 0x828FAE) is known color: Ship Cove. HEX triplet: 82, 8F and AE. RGB value is (130,143,174). Sum of RGB (Red+Green+Blue) = 130+143+174=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #828FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAE is #7D7051. Grayscale: #8E8E8E. Windows color (decimal): -8220754 or 11440002. OLE color: 11440002.

HSL color Cylindrical-coordinate representation of color #828FAE: hue angle of 222.27º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828FAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 143 174 -
CMYK 0.25 0.18 0 0.32
HSL 222.27º 0.21% 0.6% -
HSV(B) 222.27º 0.25% 0.68% -
XYZ 26.67 27.45 43.94 -
YUV 142.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 130 143 174 0.25 0.18 0 0.32 222.27 0.21 0.6
Hex 82 8F AE 19 12 0 20 DE 15 3C
Octal 202 217 256 31 22 0 40 336 25 74
Binary 10000010 10001111 10101110 11001 10010 0 100000 11011110 10101 111100

Color Harmonies of #828FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FAE

Black with #828FAE

Text Example


Text Example

White with #828FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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