Html Css Color HEX #876BBC True V

📋 copy color: '#876BBC'

red 135 ◦ green 107 ◦ blue 188

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

Shades of True V #876BBC

Tints of True V #876BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 31.4%
G = 24.88%
B = 43.72%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#876BBC (or 0x876BBC) is known color: True V. HEX triplet: 87, 6B and BC. RGB value is (135,107,188). Sum of RGB (Red+Green+Blue) = 135+107+188=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #876BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBC is #789443. Grayscale: #7C7C7C. Windows color (decimal): -7902276 or 12348295. OLE color: 12348295.

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

Color convert

RGB 135 107 188 -
CMYK 0.28 0.43 0 0.26
HSL 260.74º 0.38% 0.58% -
HSV(B) 260.74º 0.43% 0.74% -
XYZ 24.33 19.3 50.02 -
YUV 124.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 135 107 188 0.28 0.43 0 0.26 260.74 0.38 0.58
Hex 87 6B BC 1C 2B 0 1A 105 26 3A
Octal 207 153 274 34 53 0 32 405 46 72
Binary 10000111 1101011 10111100 11100 101011 0 11010 100000101 100110 111010

Color Harmonies of #876BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BBC

Black with #876BBC

Text Example


Text Example

White with #876BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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