Html Css Color HEX #876FC0 True V

📋 copy color: '#876FC0'

red 135 ◦ green 111 ◦ blue 192

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

Shades of True V #876FC0

Tints of True V #876FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.34%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 30.82%
G = 25.34%
B = 43.84%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#876FC0 (or 0x876FC0) is known color: True V. HEX triplet: 87, 6F and C0. RGB value is (135,111,192). Sum of RGB (Red+Green+Blue) = 135+111+192=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #876FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FC0 is #78903F. Grayscale: #7F7F7F. Windows color (decimal): -7901248 or 12611463. OLE color: 12611463.

HSL color Cylindrical-coordinate representation of color #876FC0: hue angle of 257.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876FC0 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 111 192 -
CMYK 0.30 0.42 0 0.25
HSL 257.78º 0.39% 0.59% -
HSV(B) 257.78º 0.42% 0.75% -
XYZ 25.19 20.33 52.46 -
YUV 127.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 135 111 192 0.30 0.42 0 0.25 257.78 0.39 0.59
Hex 87 6F C0 1E 2A 0 19 102 27 3B
Octal 207 157 300 36 52 0 31 402 47 73
Binary 10000111 1101111 11000000 11110 101010 0 11001 100000010 100111 111011

Color Harmonies of #876FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FC0

Black with #876FC0

Text Example


Text Example

White with #876FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,111,192); }

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

background-color css

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

 a { background-color: rgb(135,111,192); }

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

border-color css

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

 span { border-color: rgb(135,111,192); }

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