Html Css Color HEX #819385 Blue Smoke

📋 copy color: '#819385'

red 129 ◦ green 147 ◦ blue 133

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

Shades of Blue Smoke #819385

Tints of Blue Smoke #819385

RGB

 RED value IS 129 (50.78% from 255) = 31.54%

 GREEN value IS 147 (57.81% from 255) = 35.94%

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

R = 31.54%
G = 35.94%
B = 32.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#819385 (or 0x819385) is known color: Blue Smoke. HEX triplet: 81, 93 and 85. RGB value is (129,147,133). Sum of RGB (Red+Green+Blue) = 129+147+133=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #819385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819385 is #7E6C7A. Grayscale: #8C8C8C. Windows color (decimal): -8285307 or 8754049. OLE color: 8754049.

HSL color Cylindrical-coordinate representation of color #819385: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #819385 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 147 133 -
CMYK 0.12 0 0.10 0.42
HSL 133.33º 0.08% 0.54% -
HSV(B) 133.33º 0.12% 0.58% -
XYZ 23.72 27.23 26.2 -
YUV 140.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 129 147 133 0.12 0 0.10 0.42 133.33 0.08 0.54
Hex 81 93 85 C 0 A 2A 85 8 36
Octal 201 223 205 14 0 12 52 205 10 66
Binary 10000001 10010011 10000101 1100 0 1010 101010 10000101 1000 110110

Color Harmonies of #819385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819385

Black with #819385

Text Example


Text Example

White with #819385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819385; }

 p { color: rgb(129,147,133); }

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

background-color css

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

 a { background-color: rgb(129,147,133); }

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

border-color css

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

 span { border-color: rgb(129,147,133); }

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