Html Css Color HEX #8B847D Schooner

📋 copy color: '#8B847D'

red 139 ◦ green 132 ◦ blue 125

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

Shades of Schooner #8B847D

Tints of Schooner #8B847D

RGB

 RED value IS 139 (54.69% from 255) = 35.1%

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 35.1%
G = 33.33%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B847D (or 0x8B847D) is known color: Schooner. HEX triplet: 8B, 84 and 7D. RGB value is (139,132,125). Sum of RGB (Red+Green+Blue) = 139+132+125=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 139 - color contains mainly: red. Hex color #8B847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B847D is #747B82. Grayscale: #858585. Windows color (decimal): -7633795 or 8225931. OLE color: 8225931.

HSL color Cylindrical-coordinate representation of color #8B847D: hue angle of 30º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B847D is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 132 125 -
CMYK 0 0.05 0.10 0.45
HSL 30º 0.06% 0.52% -
HSV(B) 30º 0.1% 0.55% -
XYZ 22.6 23.47 22.74 -
YUV 133.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 139 132 125 0 0.05 0.10 0.45 30 0.06 0.52
Hex 8B 84 7D 0 5 A 2D 1E 6 34
Octal 213 204 175 0 5 12 55 36 6 64
Binary 10001011 10000100 1111101 0 101 1010 101101 11110 110 110100

Color Harmonies of #8B847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B847D

Black with #8B847D

Text Example


Text Example

White with #8B847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,132,125); }

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

background-color css

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

 a { background-color: rgb(139,132,125); }

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

border-color css

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

 span { border-color: rgb(139,132,125); }

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