Html Css Color HEX #8872BB True V

📋 copy color: '#8872BB'

red 136 ◦ green 114 ◦ blue 187

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

Shades of True V #8872BB

Tints of True V #8872BB

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 31.12%
G = 26.09%
B = 42.79%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8872BB (or 0x8872BB) is known color: True V. HEX triplet: 88, 72 and BB. RGB value is (136,114,187). Sum of RGB (Red+Green+Blue) = 136+114+187=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #8872BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872BB is #778D44. Grayscale: #808080. Windows color (decimal): -7834949 or 12284552. OLE color: 12284552.

HSL color Cylindrical-coordinate representation of color #8872BB: hue angle of 258.08º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8872BB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 114 187 -
CMYK 0.27 0.39 0 0.27
HSL 258.08º 0.35% 0.59% -
HSV(B) 258.08º 0.39% 0.73% -
XYZ 25.14 20.86 49.71 -
YUV 128.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 136 114 187 0.27 0.39 0 0.27 258.08 0.35 0.59
Hex 88 72 BB 1B 27 0 1B 102 23 3B
Octal 210 162 273 33 47 0 33 402 43 73
Binary 10001000 1110010 10111011 11011 100111 0 11011 100000010 100011 111011

Color Harmonies of #8872BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872BB

Black with #8872BB

Text Example


Text Example

White with #8872BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8872BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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