Html Css Color HEX #876FC9 True V

📋 copy color: '#876FC9'

red 135 ◦ green 111 ◦ blue 201

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

Shades of True V #876FC9

Tints of True V #876FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 30.2%
G = 24.83%
B = 44.97%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#876FC9 (or 0x876FC9) is known color: True V. HEX triplet: 87, 6F and C9. RGB value is (135,111,201). Sum of RGB (Red+Green+Blue) = 135+111+201=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #876FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FC9 is #789036. Grayscale: #808080. Windows color (decimal): -7901239 or 13201287. OLE color: 13201287.

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

Color convert

RGB 135 111 201 -
CMYK 0.33 0.45 0 0.21
HSL 256º 0.45% 0.61% -
HSV(B) 256º 0.45% 0.79% -
XYZ 26.22 20.74 57.88 -
YUV 128.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 135 111 201 0.33 0.45 0 0.21 256 0.45 0.61
Hex 87 6F C9 21 2D 0 15 100 2D 3D
Octal 207 157 311 41 55 0 25 400 55 75
Binary 10000111 1101111 11001001 100001 101101 0 10101 100000000 101101 111101

Color Harmonies of #876FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FC9

Black with #876FC9

Text Example


Text Example

White with #876FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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