Html Css Color HEX #876FBC True V

📋 copy color: '#876FBC'

red 135 ◦ green 111 ◦ blue 188

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

Shades of True V #876FBC

Tints of True V #876FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

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

R = 31.11%
G = 25.58%
B = 43.32%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#876FBC (or 0x876FBC) is known color: True V. HEX triplet: 87, 6F and BC. RGB value is (135,111,188). Sum of RGB (Red+Green+Blue) = 135+111+188=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #876FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FBC is #789043. Grayscale: #7E7E7E. Windows color (decimal): -7901252 or 12349319. OLE color: 12349319.

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

Color convert

RGB 135 111 188 -
CMYK 0.28 0.41 0 0.26
HSL 258.7º 0.36% 0.59% -
HSV(B) 258.7º 0.41% 0.74% -
XYZ 24.75 20.15 50.16 -
YUV 126.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 135 111 188 0.28 0.41 0 0.26 258.7 0.36 0.59
Hex 87 6F BC 1C 29 0 1A 103 24 3B
Octal 207 157 274 34 51 0 32 403 44 73
Binary 10000111 1101111 10111100 11100 101001 0 11010 100000011 100100 111011

Color Harmonies of #876FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FBC

Black with #876FBC

Text Example


Text Example

White with #876FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876FBC; }

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

 H1.HeaderClassName
 {
   color: #876FBC;
 }
 .AnyTagClassName
 {
   color: #876FBC;
 }
</style>

background-color css

<style>
 a { background-color: #876FBC; }

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

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

border-color css

<style>
 span { border-color: #876FBC; }

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

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