Html Css Color HEX #838298 Grey Suit

📋 copy color: '#838298'

red 131 ◦ green 130 ◦ blue 152

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

Shades of Grey Suit #838298

Tints of Grey Suit #838298

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

 GREEN value IS 130 (51.17% from 255) = 31.48%

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

R = 31.72%
G = 31.48%
B = 36.8%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#838298 (or 0x838298) is known color: Grey Suit. HEX triplet: 83, 82 and 98. RGB value is (131,130,152). Sum of RGB (Red+Green+Blue) = 131+130+152=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #838298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838298 is #7C7D67. Grayscale: #848484. Windows color (decimal): -8158568 or 9994883. OLE color: 9994883.

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

Color convert

RGB 131 130 152 -
CMYK 0.14 0.14 0 0.40
HSL 242.73º 0.1% 0.55% -
HSV(B) 242.73º 0.14% 0.6% -
XYZ 23.01 23.06 32.94 -
YUV 132.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 131 130 152 0.14 0.14 0 0.40 242.73 0.1 0.55
Hex 83 82 98 E E 0 28 F3 A 37
Octal 203 202 230 16 16 0 50 363 12 67
Binary 10000011 10000010 10011000 1110 1110 0 101000 11110011 1010 110111

Color Harmonies of #838298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838298

Black with #838298

Text Example


Text Example

White with #838298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838298; }

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

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

background-color css

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

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

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

border-color css

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

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

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