Html Css Color HEX #838885 Blue Smoke

📋 copy color: '#838885'

red 131 ◦ green 136 ◦ blue 133

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

Shades of Blue Smoke #838885

Tints of Blue Smoke #838885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 32.75%
G = 34%
B = 33.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#838885 (or 0x838885) is known color: Blue Smoke. HEX triplet: 83, 88 and 85. RGB value is (131,136,133). Sum of RGB (Red+Green+Blue) = 131+136+133=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 136 - color contains mainly: green. Hex color #838885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838885 is #7C777A. Grayscale: #868686. Windows color (decimal): -8157051 or 8751235. OLE color: 8751235.

HSL color Cylindrical-coordinate representation of color #838885: hue angle of 144º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #838885 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 133 -
CMYK 0.04 0 0.02 0.47
HSL 144º 0.02% 0.52% -
HSV(B) 144º 0.04% 0.53% -
XYZ 22.4 24.13 25.67 -
YUV 134.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 131 136 133 0.04 0 0.02 0.47 144 0.02 0.52
Hex 83 88 85 4 0 2 2F 90 2 34
Octal 203 210 205 4 0 2 57 220 2 64
Binary 10000011 10001000 10000101 100 0 10 101111 10010000 10 110100

Color Harmonies of #838885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838885

Black with #838885

Text Example


Text Example

White with #838885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838885; }

 p { color: rgb(131,136,133); }

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

background-color css

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

 a { background-color: rgb(131,136,133); }

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

border-color css

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

 span { border-color: rgb(131,136,133); }

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