Html Css Color HEX #828AAC Ship Cove

📋 copy color: '#828AAC'

red 130 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #828AAC

Tints of Ship Cove #828AAC

RGB

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

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

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

R = 29.55%
G = 31.36%
B = 39.09%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828AAC (or 0x828AAC) is known color: Ship Cove. HEX triplet: 82, 8A and AC. RGB value is (130,138,172). Sum of RGB (Red+Green+Blue) = 130+138+172=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #828AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAC is #7D7553. Grayscale: #8B8B8B. Windows color (decimal): -8222036 or 11307650. OLE color: 11307650.

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

Color convert

RGB 130 138 172 -
CMYK 0.24 0.20 0 0.33
HSL 228.57º 0.2% 0.59% -
HSV(B) 228.57º 0.24% 0.67% -
XYZ 25.74 25.9 42.67 -
YUV 139.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 130 138 172 0.24 0.20 0 0.33 228.57 0.2 0.59
Hex 82 8A AC 18 14 0 21 E5 14 3B
Octal 202 212 254 30 24 0 41 345 24 73
Binary 10000010 10001010 10101100 11000 10100 0 100001 11100101 10100 111011

Color Harmonies of #828AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828AAC

Black with #828AAC

Text Example


Text Example

White with #828AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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