Html Css Color HEX #8A857D Schooner

📋 copy color: '#8A857D'

red 138 ◦ green 133 ◦ blue 125

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

Shades of Schooner #8A857D

Tints of Schooner #8A857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 34.85%
G = 33.59%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A857D (or 0x8A857D) is known color: Schooner. HEX triplet: 8A, 85 and 7D. RGB value is (138,133,125). Sum of RGB (Red+Green+Blue) = 138+133+125=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 138 - color contains mainly: red. Hex color #8A857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A857D is #757A82. Grayscale: #858585. Windows color (decimal): -7699075 or 8226186. OLE color: 8226186.

HSL color Cylindrical-coordinate representation of color #8A857D: hue angle of 36.92º 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 #8A857D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 133 125 -
CMYK 0 0.04 0.09 0.46
HSL 36.92º 0.05% 0.52% -
HSV(B) 36.92º 0.09% 0.54% -
XYZ 22.57 23.66 22.78 -
YUV 133.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 138 133 125 0 0.04 0.09 0.46 36.92 0.05 0.52
Hex 8A 85 7D 0 4 9 2E 25 5 34
Octal 212 205 175 0 4 11 56 45 5 64
Binary 10001010 10000101 1111101 0 100 1001 101110 100101 101 110100

Color Harmonies of #8A857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A857D

Black with #8A857D

Text Example


Text Example

White with #8A857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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