Html Css Color HEX #8773BB True V

📋 copy color: '#8773BB'

red 135 ◦ green 115 ◦ blue 187

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

Shades of True V #8773BB

Tints of True V #8773BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

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

R = 30.89%
G = 26.32%
B = 42.79%

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

#8773BB (or 0x8773BB) is known color: True V. HEX triplet: 87, 73 and BB. RGB value is (135,115,187). Sum of RGB (Red+Green+Blue) = 135+115+187=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 115 (45.31% from 255 or 26.32% 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 #8773BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773BB is #788C44. Grayscale: #808080. Windows color (decimal): -7900229 or 12284807. OLE color: 12284807.

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

Color convert

RGB 135 115 187 -
CMYK 0.28 0.39 0 0.27
HSL 256.67º 0.35% 0.59% -
HSV(B) 256.67º 0.39% 0.73% -
XYZ 25.09 21 49.74 -
YUV 129.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 135 115 187 0.28 0.39 0 0.27 256.67 0.35 0.59
Hex 87 73 BB 1C 27 0 1B 101 23 3B
Octal 207 163 273 34 47 0 33 401 43 73
Binary 10000111 1110011 10111011 11100 100111 0 11011 100000001 100011 111011

Color Harmonies of #8773BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773BB

Black with #8773BB

Text Example


Text Example

White with #8773BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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