Html Css Color HEX #876ECC True V

📋 copy color: '#876ECC'

red 135 ◦ green 110 ◦ blue 204

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

Shades of True V #876ECC

Tints of True V #876ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 30.07%
G = 24.5%
B = 45.43%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#876ECC (or 0x876ECC) is known color: True V. HEX triplet: 87, 6E and CC. RGB value is (135,110,204). Sum of RGB (Red+Green+Blue) = 135+110+204=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #876ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ECC is #789133. Grayscale: #7F7F7F. Windows color (decimal): -7901492 or 13397639. OLE color: 13397639.

HSL color Cylindrical-coordinate representation of color #876ECC: hue angle of 255.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876ECC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 110 204 -
CMYK 0.34 0.46 0 0.2
HSL 255.96º 0.48% 0.62% -
HSV(B) 255.96º 0.46% 0.8% -
XYZ 26.47 20.66 59.72 -
YUV 128.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 135 110 204 0.34 0.46 0 0.2 255.96 0.48 0.62
Hex 87 6E CC 22 2E 0 14 100 30 3E
Octal 207 156 314 42 56 0 24 400 60 76
Binary 10000111 1101110 11001100 100010 101110 0 10100 100000000 110000 111110

Color Harmonies of #876ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876ECC

Black with #876ECC

Text Example


Text Example

White with #876ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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