Html Css Color HEX #8877BA True V

📋 copy color: '#8877BA'

red 136 ◦ green 119 ◦ blue 186

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

Shades of True V #8877BA

Tints of True V #8877BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 30.84%
G = 26.98%
B = 42.18%

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

#8877BA (or 0x8877BA) is known color: True V. HEX triplet: 88, 77 and BA. RGB value is (136,119,186). Sum of RGB (Red+Green+Blue) = 136+119+186=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #8877BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877BA is #778845. Grayscale: #838383. Windows color (decimal): -7833670 or 12220296. OLE color: 12220296.

HSL color Cylindrical-coordinate representation of color #8877BA: hue angle of 255.22º 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 #8877BA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 119 186 -
CMYK 0.27 0.36 0 0.27
HSL 255.22º 0.33% 0.6% -
HSV(B) 255.22º 0.36% 0.73% -
XYZ 25.61 21.97 49.35 -
YUV 131.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 136 119 186 0.27 0.36 0 0.27 255.22 0.33 0.6
Hex 88 77 BA 1B 24 0 1B FF 21 3C
Octal 210 167 272 33 44 0 33 377 41 74
Binary 10001000 1110111 10111010 11011 100100 0 11011 11111111 100001 111100

Color Harmonies of #8877BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877BA

Black with #8877BA

Text Example


Text Example

White with #8877BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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