Html Css Color HEX #828CAB Ship Cove

📋 copy color: '#828CAB'

red 130 ◦ green 140 ◦ blue 171

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

Shades of Ship Cove #828CAB

Tints of Ship Cove #828CAB

RGB

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

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

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

R = 29.48%
G = 31.75%
B = 38.78%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#828CAB (or 0x828CAB) is known color: Ship Cove. HEX triplet: 82, 8C and AB. RGB value is (130,140,171). Sum of RGB (Red+Green+Blue) = 130+140+171=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #828CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAB is #7D7354. Grayscale: #8C8C8C. Windows color (decimal): -8221525 or 11242626. OLE color: 11242626.

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

Color convert

RGB 130 140 171 -
CMYK 0.24 0.18 0 0.33
HSL 225.37º 0.2% 0.59% -
HSV(B) 225.37º 0.24% 0.67% -
XYZ 25.93 26.44 42.27 -
YUV 140.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 130 140 171 0.24 0.18 0 0.33 225.37 0.2 0.59
Hex 82 8C AB 18 12 0 21 E1 14 3B
Octal 202 214 253 30 22 0 41 341 24 73
Binary 10000010 10001100 10101011 11000 10010 0 100001 11100001 10100 111011

Color Harmonies of #828CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CAB

Black with #828CAB

Text Example


Text Example

White with #828CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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