Html Css Color HEX #876CBF True V

📋 copy color: '#876CBF'

red 135 ◦ green 108 ◦ blue 191

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

Shades of True V #876CBF

Tints of True V #876CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 31.11%
G = 24.88%
B = 44.01%

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

#876CBF (or 0x876CBF) is known color: True V. HEX triplet: 87, 6C and BF. RGB value is (135,108,191). Sum of RGB (Red+Green+Blue) = 135+108+191=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #876CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBF is #789340. Grayscale: #7D7D7D. Windows color (decimal): -7902017 or 12545159. OLE color: 12545159.

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

Color convert

RGB 135 108 191 -
CMYK 0.29 0.43 0 0.25
HSL 259.52º 0.39% 0.59% -
HSV(B) 259.52º 0.43% 0.75% -
XYZ 24.76 19.64 51.78 -
YUV 125.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 135 108 191 0.29 0.43 0 0.25 259.52 0.39 0.59
Hex 87 6C BF 1D 2B 0 19 104 27 3B
Octal 207 154 277 35 53 0 31 404 47 73
Binary 10000111 1101100 10111111 11101 101011 0 11001 100000100 100111 111011

Color Harmonies of #876CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CBF

Black with #876CBF

Text Example


Text Example

White with #876CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,191); }

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

background-color css

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

 a { background-color: rgb(135,108,191); }

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

border-color css

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

 span { border-color: rgb(135,108,191); }

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