Html Css Color HEX #876CBB True V

📋 copy color: '#876CBB'

red 135 ◦ green 108 ◦ blue 187

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

Shades of True V #876CBB

Tints of True V #876CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 31.4%
G = 25.12%
B = 43.49%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#876CBB (or 0x876CBB) is known color: True V. HEX triplet: 87, 6C and BB. RGB value is (135,108,187). Sum of RGB (Red+Green+Blue) = 135+108+187=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #876CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBB is #789344. Grayscale: #7C7C7C. Windows color (decimal): -7902021 or 12283015. OLE color: 12283015.

HSL color Cylindrical-coordinate representation of color #876CBB: hue angle of 260.51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876CBB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 108 187 -
CMYK 0.28 0.42 0 0.27
HSL 260.51º 0.37% 0.58% -
HSV(B) 260.51º 0.42% 0.73% -
XYZ 24.32 19.46 49.49 -
YUV 125.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 135 108 187 0.28 0.42 0 0.27 260.51 0.37 0.58
Hex 87 6C BB 1C 2A 0 1B 105 25 3A
Octal 207 154 273 34 52 0 33 405 45 72
Binary 10000111 1101100 10111011 11100 101010 0 11011 100000101 100101 111010

Color Harmonies of #876CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CBB

Black with #876CBB

Text Example


Text Example

White with #876CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,108,187); }

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

background-color css

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

 a { background-color: rgb(135,108,187); }

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

border-color css

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

 span { border-color: rgb(135,108,187); }

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