Html Css Color HEX #8773BC True V

📋 copy color: '#8773BC'

red 135 ◦ green 115 ◦ blue 188

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

Shades of True V #8773BC

Tints of True V #8773BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 30.82%
G = 26.26%
B = 42.92%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8773BC (or 0x8773BC) is known color: True V. HEX triplet: 87, 73 and BC. RGB value is (135,115,188). Sum of RGB (Red+Green+Blue) = 135+115+188=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #8773BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773BC is #788C43. Grayscale: #818181. Windows color (decimal): -7900228 or 12350343. OLE color: 12350343.

HSL color Cylindrical-coordinate representation of color #8773BC: hue angle of 256.44º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8773BC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 115 188 -
CMYK 0.28 0.39 0 0.26
HSL 256.44º 0.35% 0.59% -
HSV(B) 256.44º 0.39% 0.74% -
XYZ 25.2 21.04 50.31 -
YUV 129.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 135 115 188 0.28 0.39 0 0.26 256.44 0.35 0.59
Hex 87 73 BC 1C 27 0 1A 100 23 3B
Octal 207 163 274 34 47 0 32 400 43 73
Binary 10000111 1110011 10111100 11100 100111 0 11010 100000000 100011 111011

Color Harmonies of #8773BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8773BC

Black with #8773BC

Text Example


Text Example

White with #8773BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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