Html Css Color HEX #876BCB True V

📋 copy color: '#876BCB'

red 135 ◦ green 107 ◦ blue 203

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

Shades of True V #876BCB

Tints of True V #876BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

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

R = 30.34%
G = 24.04%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876BCB (or 0x876BCB) is known color: True V. HEX triplet: 87, 6B and CB. RGB value is (135,107,203). Sum of RGB (Red+Green+Blue) = 135+107+203=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #876BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BCB is #789434. Grayscale: #7D7D7D. Windows color (decimal): -7902261 or 13331335. OLE color: 13331335.

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

Color convert

RGB 135 107 203 -
CMYK 0.33 0.47 0 0.20
HSL 257.5º 0.48% 0.61% -
HSV(B) 257.5º 0.47% 0.8% -
XYZ 26.03 19.98 58.98 -
YUV 126.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 135 107 203 0.33 0.47 0 0.20 257.5 0.48 0.61
Hex 87 6B CB 21 2F 0 14 102 30 3D
Octal 207 153 313 41 57 0 24 402 60 75
Binary 10000111 1101011 11001011 100001 101111 0 10100 100000010 110000 111101

Color Harmonies of #876BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BCB

Black with #876BCB

Text Example


Text Example

White with #876BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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