Html Css Color HEX #876DBB True V

📋 copy color: '#876DBB'

red 135 ◦ green 109 ◦ blue 187

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

Shades of True V #876DBB

Tints of True V #876DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

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

R = 31.32%
G = 25.29%
B = 43.39%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#876DBB (or 0x876DBB) is known color: True V. HEX triplet: 87, 6D and BB. RGB value is (135,109,187). Sum of RGB (Red+Green+Blue) = 135+109+187=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #876DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DBB is #789244. Grayscale: #7D7D7D. Windows color (decimal): -7901765 or 12283271. OLE color: 12283271.

HSL color Cylindrical-coordinate representation of color #876DBB: hue angle of 260º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876DBB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 109 187 -
CMYK 0.28 0.42 0 0.27
HSL 260º 0.36% 0.58% -
HSV(B) 260º 0.42% 0.73% -
XYZ 24.43 19.68 49.52 -
YUV 125.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 135 109 187 0.28 0.42 0 0.27 260 0.36 0.58
Hex 87 6D BB 1C 2A 0 1B 104 24 3A
Octal 207 155 273 34 52 0 33 404 44 72
Binary 10000111 1101101 10111011 11100 101010 0 11011 100000100 100100 111010

Color Harmonies of #876DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DBB

Black with #876DBB

Text Example


Text Example

White with #876DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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