Html Css Color HEX #828FAB Ship Cove

📋 copy color: '#828FAB'

red 130 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #828FAB

Tints of Ship Cove #828FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 29.28%
G = 32.21%
B = 38.51%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828FAB (or 0x828FAB) is known color: Ship Cove. HEX triplet: 82, 8F and AB. RGB value is (130,143,171). Sum of RGB (Red+Green+Blue) = 130+143+171=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #828FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828FAB is #7D7054. Grayscale: #8E8E8E. Windows color (decimal): -8220757 or 11243394. OLE color: 11243394.

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

Color convert

RGB 130 143 171 -
CMYK 0.24 0.16 0 0.33
HSL 220.98º 0.2% 0.59% -
HSV(B) 220.98º 0.24% 0.67% -
XYZ 26.38 27.33 42.41 -
YUV 142.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 130 143 171 0.24 0.16 0 0.33 220.98 0.2 0.59
Hex 82 8F AB 18 10 0 21 DD 14 3B
Octal 202 217 253 30 20 0 41 335 24 73
Binary 10000010 10001111 10101011 11000 10000 0 100001 11011101 10100 111011

Color Harmonies of #828FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828FAB

Black with #828FAB

Text Example


Text Example

White with #828FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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