Html Css Color HEX #8A837D Schooner

📋 copy color: '#8A837D'

red 138 ◦ green 131 ◦ blue 125

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

Shades of Schooner #8A837D

Tints of Schooner #8A837D

RGB

 RED value IS 138 (54.3% from 255) = 35.03%

 GREEN value IS 131 (51.56% from 255) = 33.25%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 35.03%
G = 33.25%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A837D (or 0x8A837D) is known color: Schooner. HEX triplet: 8A, 83 and 7D. RGB value is (138,131,125). Sum of RGB (Red+Green+Blue) = 138+131+125=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 138 - color contains mainly: red. Hex color #8A837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A837D is #757C82. Grayscale: #848484. Windows color (decimal): -7699587 or 8225674. OLE color: 8225674.

HSL color Cylindrical-coordinate representation of color #8A837D: hue angle of 27.69º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A837D is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 125 -
CMYK 0 0.05 0.09 0.46
HSL 27.69º 0.05% 0.52% -
HSV(B) 27.69º 0.09% 0.54% -
XYZ 22.3 23.12 22.69 -
YUV 132.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 138 131 125 0 0.05 0.09 0.46 27.69 0.05 0.52
Hex 8A 83 7D 0 5 9 2E 1C 5 34
Octal 212 203 175 0 5 11 56 34 5 64
Binary 10001010 10000011 1111101 0 101 1001 101110 11100 101 110100

Color Harmonies of #8A837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A837D

Black with #8A837D

Text Example


Text Example

White with #8A837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A837D; }

 p { color: rgb(138,131,125); }

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

background-color css

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

 a { background-color: rgb(138,131,125); }

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

border-color css

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

 span { border-color: rgb(138,131,125); }

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