Html Css Color HEX #8772BB True V

📋 copy color: '#8772BB'

red 135 ◦ green 114 ◦ blue 187

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

Shades of True V #8772BB

Tints of True V #8772BB

RGB

 RED value IS 135 (53.13% from 255) = 30.96%

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

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

R = 30.96%
G = 26.15%
B = 42.89%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8772BB (or 0x8772BB) is known color: True V. HEX triplet: 87, 72 and BB. RGB value is (135,114,187). Sum of RGB (Red+Green+Blue) = 135+114+187=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8772BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772BB is #788D44. Grayscale: #808080. Windows color (decimal): -7900485 or 12284551. OLE color: 12284551.

HSL color Cylindrical-coordinate representation of color #8772BB: hue angle of 257.26º 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 #8772BB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 114 187 -
CMYK 0.28 0.39 0 0.27
HSL 257.26º 0.35% 0.59% -
HSV(B) 257.26º 0.39% 0.73% -
XYZ 24.98 20.77 49.71 -
YUV 128.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 135 114 187 0.28 0.39 0 0.27 257.26 0.35 0.59
Hex 87 72 BB 1C 27 0 1B 101 23 3B
Octal 207 162 273 34 47 0 33 401 43 73
Binary 10000111 1110010 10111011 11100 100111 0 11011 100000001 100011 111011

Color Harmonies of #8772BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8772BB

Black with #8772BB

Text Example


Text Example

White with #8772BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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