Html Css Color HEX #876ACB True V

📋 copy color: '#876ACB'

red 135 ◦ green 106 ◦ blue 203

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

Shades of True V #876ACB

Tints of True V #876ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 30.41%
G = 23.87%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876ACB (or 0x876ACB) is known color: True V. HEX triplet: 87, 6A and CB. RGB value is (135,106,203). Sum of RGB (Red+Green+Blue) = 135+106+203=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #876ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ACB is #789534. Grayscale: #7D7D7D. Windows color (decimal): -7902517 or 13331079. OLE color: 13331079.

HSL color Cylindrical-coordinate representation of color #876ACB: hue angle of 257.94º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876ACB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 106 203 -
CMYK 0.33 0.48 0 0.20
HSL 257.94º 0.48% 0.61% -
HSV(B) 257.94º 0.48% 0.8% -
XYZ 25.93 19.77 58.95 -
YUV 125.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 135 106 203 0.33 0.48 0 0.20 257.94 0.48 0.61
Hex 87 6A CB 21 30 0 14 102 30 3D
Octal 207 152 313 41 60 0 24 402 60 75
Binary 10000111 1101010 11001011 100001 110000 0 10100 100000010 110000 111101

Color Harmonies of #876ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876ACB

Black with #876ACB

Text Example


Text Example

White with #876ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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