Html Css Color HEX #8B7288 Monsoon

📋 copy color: '#8B7288'

red 139 ◦ green 114 ◦ blue 136

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

Shades of Monsoon #8B7288

Tints of Monsoon #8B7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 35.73%
G = 29.31%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B7288 (or 0x8B7288) is known color: Monsoon. HEX triplet: 8B, 72 and 88. RGB value is (139,114,136). Sum of RGB (Red+Green+Blue) = 139+114+136=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7288 is #748D77. Grayscale: #7B7B7B. Windows color (decimal): -7638392 or 8942219. OLE color: 8942219.

HSL color Cylindrical-coordinate representation of color #8B7288: hue angle of 307.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7288 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 114 136 -
CMYK 0 0.18 0.02 0.45
HSL 307.2º 0.1% 0.5% -
HSV(B) 307.2º 0.18% 0.55% -
XYZ 21.11 19.3 25.91 -
YUV 123.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 139 114 136 0 0.18 0.02 0.45 307.2 0.1 0.5
Hex 8B 72 88 0 12 2 2D 133 A 32
Octal 213 162 210 0 22 2 55 463 12 62
Binary 10001011 1110010 10001000 0 10010 10 101101 100110011 1010 110010

Color Harmonies of #8B7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7288

Black with #8B7288

Text Example


Text Example

White with #8B7288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,136); }

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

background-color css

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

 a { background-color: rgb(139,114,136); }

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

border-color css

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

 span { border-color: rgb(139,114,136); }

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