Html Css Color HEX #876BBD True V

📋 copy color: '#876BBD'

red 135 ◦ green 107 ◦ blue 189

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

Shades of True V #876BBD

Tints of True V #876BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 31.32%
G = 24.83%
B = 43.85%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#876BBD (or 0x876BBD) is known color: True V. HEX triplet: 87, 6B and BD. RGB value is (135,107,189). Sum of RGB (Red+Green+Blue) = 135+107+189=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #876BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBD is #789442. Grayscale: #7C7C7C. Windows color (decimal): -7902275 or 12413831. OLE color: 12413831.

HSL color Cylindrical-coordinate representation of color #876BBD: hue angle of 260.49º 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 #876BBD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 107 189 -
CMYK 0.29 0.43 0 0.26
HSL 260.49º 0.38% 0.58% -
HSV(B) 260.49º 0.43% 0.74% -
XYZ 24.43 19.34 50.59 -
YUV 124.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 135 107 189 0.29 0.43 0 0.26 260.49 0.38 0.58
Hex 87 6B BD 1D 2B 0 1A 104 26 3A
Octal 207 153 275 35 53 0 32 404 46 72
Binary 10000111 1101011 10111101 11101 101011 0 11010 100000100 100110 111010

Color Harmonies of #876BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BBD

Black with #876BBD

Text Example


Text Example

White with #876BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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