Html Css Color HEX #876ABA True V

📋 copy color: '#876ABA'

red 135 ◦ green 106 ◦ blue 186

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

Shades of True V #876ABA

Tints of True V #876ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 31.62%
G = 24.82%
B = 43.56%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#876ABA (or 0x876ABA) is known color: True V. HEX triplet: 87, 6A and BA. RGB value is (135,106,186). Sum of RGB (Red+Green+Blue) = 135+106+186=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #876ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ABA is #789545. Grayscale: #7B7B7B. Windows color (decimal): -7902534 or 12216967. OLE color: 12216967.

HSL color Cylindrical-coordinate representation of color #876ABA: hue angle of 261.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876ABA is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 106 186 -
CMYK 0.27 0.43 0 0.27
HSL 261.75º 0.37% 0.57% -
HSV(B) 261.75º 0.43% 0.73% -
XYZ 24.01 19 48.86 -
YUV 123.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 135 106 186 0.27 0.43 0 0.27 261.75 0.37 0.57
Hex 87 6A BA 1B 2B 0 1B 106 25 39
Octal 207 152 272 33 53 0 33 406 45 71
Binary 10000111 1101010 10111010 11011 101011 0 11011 100000110 100101 111001

Color Harmonies of #876ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876ABA

Black with #876ABA

Text Example


Text Example

White with #876ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,106,186); }

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

background-color css

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

 a { background-color: rgb(135,106,186); }

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

border-color css

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

 span { border-color: rgb(135,106,186); }

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