Html Css Color HEX #876FCB True V

📋 copy color: '#876FCB'

red 135 ◦ green 111 ◦ blue 203

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

Shades of True V #876FCB

Tints of True V #876FCB

RGB

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

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

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

R = 30.07%
G = 24.72%
B = 45.21%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876FCB (or 0x876FCB) is known color: True V. HEX triplet: 87, 6F and CB. RGB value is (135,111,203). Sum of RGB (Red+Green+Blue) = 135+111+203=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #876FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FCB is #789034. Grayscale: #808080. Windows color (decimal): -7901237 or 13332359. OLE color: 13332359.

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

Color convert

RGB 135 111 203 -
CMYK 0.33 0.45 0 0.20
HSL 255.65º 0.47% 0.62% -
HSV(B) 255.65º 0.45% 0.8% -
XYZ 26.46 20.83 59.13 -
YUV 128.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 135 111 203 0.33 0.45 0 0.20 255.65 0.47 0.62
Hex 87 6F CB 21 2D 0 14 100 2F 3E
Octal 207 157 313 41 55 0 24 400 57 76
Binary 10000111 1101111 11001011 100001 101101 0 10100 100000000 101111 111110

Color Harmonies of #876FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FCB

Black with #876FCB

Text Example


Text Example

White with #876FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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