Html Css Color HEX #828CAC Ship Cove

📋 copy color: '#828CAC'

red 130 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #828CAC

Tints of Ship Cove #828CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 29.41%
G = 31.67%
B = 38.91%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828CAC (or 0x828CAC) is known color: Ship Cove. HEX triplet: 82, 8C and AC. RGB value is (130,140,172). Sum of RGB (Red+Green+Blue) = 130+140+172=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #828CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAC is #7D7353. Grayscale: #8C8C8C. Windows color (decimal): -8221524 or 11308162. OLE color: 11308162.

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

Color convert

RGB 130 140 172 -
CMYK 0.24 0.19 0 0.33
HSL 225.71º 0.2% 0.59% -
HSV(B) 225.71º 0.24% 0.67% -
XYZ 26.03 26.48 42.77 -
YUV 140.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 130 140 172 0.24 0.19 0 0.33 225.71 0.2 0.59
Hex 82 8C AC 18 13 0 21 E2 14 3B
Octal 202 214 254 30 23 0 41 342 24 73
Binary 10000010 10001100 10101100 11000 10011 0 100001 11100010 10100 111011

Color Harmonies of #828CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CAC

Black with #828CAC

Text Example


Text Example

White with #828CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,172); }

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

background-color css

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

 a { background-color: rgb(130,140,172); }

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

border-color css

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

 span { border-color: rgb(130,140,172); }

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