Html Css Color HEX #828FAC Ship Cove

📋 copy color: '#828FAC'

red 130 ◦ green 143 ◦ blue 172

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

Shades of Ship Cove #828FAC

Tints of Ship Cove #828FAC

RGB

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

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

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

R = 29.21%
G = 32.13%
B = 38.65%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828FAC (or 0x828FAC) is known color: Ship Cove. HEX triplet: 82, 8F and AC. RGB value is (130,143,172). Sum of RGB (Red+Green+Blue) = 130+143+172=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #828FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAC is #7D7053. Grayscale: #8E8E8E. Windows color (decimal): -8220756 or 11308930. OLE color: 11308930.

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

Color convert

RGB 130 143 172 -
CMYK 0.24 0.17 0 0.33
HSL 221.43º 0.2% 0.59% -
HSV(B) 221.43º 0.24% 0.67% -
XYZ 26.47 27.37 42.92 -
YUV 142.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 130 143 172 0.24 0.17 0 0.33 221.43 0.2 0.59
Hex 82 8F AC 18 11 0 21 DD 14 3B
Octal 202 217 254 30 21 0 41 335 24 73
Binary 10000010 10001111 10101100 11000 10001 0 100001 11011101 10100 111011

Color Harmonies of #828FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FAC

Black with #828FAC

Text Example


Text Example

White with #828FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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