Html Css Color HEX #8877BB True V

📋 copy color: '#8877BB'

red 136 ◦ green 119 ◦ blue 187

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

Shades of True V #8877BB

Tints of True V #8877BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.92%

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

R = 30.77%
G = 26.92%
B = 42.31%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8877BB (or 0x8877BB) is known color: True V. HEX triplet: 88, 77 and BB. RGB value is (136,119,187). Sum of RGB (Red+Green+Blue) = 136+119+187=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #8877BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877BB is #778844. Grayscale: #838383. Windows color (decimal): -7833669 or 12285832. OLE color: 12285832.

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

Color convert

RGB 136 119 187 -
CMYK 0.27 0.36 0 0.27
HSL 255º 0.33% 0.6% -
HSV(B) 255º 0.36% 0.73% -
XYZ 25.72 22.02 49.91 -
YUV 131.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 136 119 187 0.27 0.36 0 0.27 255 0.33 0.6
Hex 88 77 BB 1B 24 0 1B FF 21 3C
Octal 210 167 273 33 44 0 33 377 41 74
Binary 10001000 1110111 10111011 11011 100100 0 11011 11111111 100001 111100

Color Harmonies of #8877BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877BB

Black with #8877BB

Text Example


Text Example

White with #8877BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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