Html Css Color HEX #876ECB True V

📋 copy color: '#876ECB'

red 135 ◦ green 110 ◦ blue 203

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

Shades of True V #876ECB

Tints of True V #876ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.55%

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

R = 30.13%
G = 24.55%
B = 45.31%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876ECB (or 0x876ECB) is known color: True V. HEX triplet: 87, 6E and CB. RGB value is (135,110,203). Sum of RGB (Red+Green+Blue) = 135+110+203=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #876ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ECB is #789134. Grayscale: #7F7F7F. Windows color (decimal): -7901493 or 13332103. OLE color: 13332103.

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

Color convert

RGB 135 110 203 -
CMYK 0.33 0.46 0 0.20
HSL 256.13º 0.47% 0.61% -
HSV(B) 256.13º 0.46% 0.8% -
XYZ 26.35 20.61 59.09 -
YUV 128.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 135 110 203 0.33 0.46 0 0.20 256.13 0.47 0.61
Hex 87 6E CB 21 2E 0 14 100 2F 3D
Octal 207 156 313 41 56 0 24 400 57 75
Binary 10000111 1101110 11001011 100001 101110 0 10100 100000000 101111 111101

Color Harmonies of #876ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876ECB

Black with #876ECB

Text Example


Text Example

White with #876ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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