Html Css Color HEX #828198 Grey Suit

📋 copy color: '#828198'

red 130 ◦ green 129 ◦ blue 152

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

Shades of Grey Suit #828198

Tints of Grey Suit #828198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 31.63%
G = 31.39%
B = 36.98%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#828198 (or 0x828198) is known color: Grey Suit. HEX triplet: 82, 81 and 98. RGB value is (130,129,152). Sum of RGB (Red+Green+Blue) = 130+129+152=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 152 - color contains mainly: blue. Hex color #828198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828198 is #7D7E67. Grayscale: #838383. Windows color (decimal): -8224360 or 9994626. OLE color: 9994626.

HSL color Cylindrical-coordinate representation of color #828198: hue angle of 242.61º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828198 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 129 152 -
CMYK 0.14 0.15 0 0.40
HSL 242.61º 0.1% 0.55% -
HSV(B) 242.61º 0.15% 0.6% -
XYZ 22.72 22.71 32.89 -
YUV 131.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 130 129 152 0.14 0.15 0 0.40 242.61 0.1 0.55
Hex 82 81 98 E F 0 28 F3 A 37
Octal 202 201 230 16 17 0 50 363 12 67
Binary 10000010 10000001 10011000 1110 1111 0 101000 11110011 1010 110111

Color Harmonies of #828198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828198

Black with #828198

Text Example


Text Example

White with #828198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828198; }

 p { color: rgb(130,129,152); }

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

background-color css

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

 a { background-color: rgb(130,129,152); }

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

border-color css

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

 span { border-color: rgb(130,129,152); }

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