Html Css Color HEX #876BCA True V

📋 copy color: '#876BCA'

red 135 ◦ green 107 ◦ blue 202

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

Shades of True V #876BCA

Tints of True V #876BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 30.41%
G = 24.1%
B = 45.5%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#876BCA (or 0x876BCA) is known color: True V. HEX triplet: 87, 6B and CA. RGB value is (135,107,202). Sum of RGB (Red+Green+Blue) = 135+107+202=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #876BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BCA is #789435. Grayscale: #7D7D7D. Windows color (decimal): -7902262 or 13265799. OLE color: 13265799.

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

Color convert

RGB 135 107 202 -
CMYK 0.33 0.47 0 0.21
HSL 257.68º 0.47% 0.61% -
HSV(B) 257.68º 0.47% 0.79% -
XYZ 25.91 19.93 58.36 -
YUV 126.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 135 107 202 0.33 0.47 0 0.21 257.68 0.47 0.61
Hex 87 6B CA 21 2F 0 15 102 2F 3D
Octal 207 153 312 41 57 0 25 402 57 75
Binary 10000111 1101011 11001010 100001 101111 0 10101 100000010 101111 111101

Color Harmonies of #876BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BCA

Black with #876BCA

Text Example


Text Example

White with #876BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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