Html Css Color HEX #876DBE True V

📋 copy color: '#876DBE'

red 135 ◦ green 109 ◦ blue 190

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

Shades of True V #876DBE

Tints of True V #876DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 31.11%
G = 25.12%
B = 43.78%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#876DBE (or 0x876DBE) is known color: True V. HEX triplet: 87, 6D and BE. RGB value is (135,109,190). Sum of RGB (Red+Green+Blue) = 135+109+190=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #876DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DBE is #789241. Grayscale: #7D7D7D. Windows color (decimal): -7901762 or 12479879. OLE color: 12479879.

HSL color Cylindrical-coordinate representation of color #876DBE: hue angle of 259.26º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876DBE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 109 190 -
CMYK 0.29 0.43 0 0.25
HSL 259.26º 0.38% 0.59% -
HSV(B) 259.26º 0.43% 0.75% -
XYZ 24.75 19.81 51.23 -
YUV 126.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 135 109 190 0.29 0.43 0 0.25 259.26 0.38 0.59
Hex 87 6D BE 1D 2B 0 19 103 26 3B
Octal 207 155 276 35 53 0 31 403 46 73
Binary 10000111 1101101 10111110 11101 101011 0 11001 100000011 100110 111011

Color Harmonies of #876DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DBE

Black with #876DBE

Text Example


Text Example

White with #876DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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