Html Css Color HEX #876FCE True V

📋 copy color: '#876FCE'

red 135 ◦ green 111 ◦ blue 206

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

Shades of True V #876FCE

Tints of True V #876FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 29.87%
G = 24.56%
B = 45.58%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#876FCE (or 0x876FCE) is known color: True V. HEX triplet: 87, 6F and CE. RGB value is (135,111,206). Sum of RGB (Red+Green+Blue) = 135+111+206=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #876FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FCE is #789031. Grayscale: #808080. Windows color (decimal): -7901234 or 13528967. OLE color: 13528967.

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

Color convert

RGB 135 111 206 -
CMYK 0.34 0.46 0 0.19
HSL 255.16º 0.49% 0.62% -
HSV(B) 255.16º 0.46% 0.81% -
XYZ 26.82 20.98 61.03 -
YUV 129.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 135 111 206 0.34 0.46 0 0.19 255.16 0.49 0.62
Hex 87 6F CE 22 2E 0 13 FF 31 3E
Octal 207 157 316 42 56 0 23 377 61 76
Binary 10000111 1101111 11001110 100010 101110 0 10011 11111111 110001 111110

Color Harmonies of #876FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FCE

Black with #876FCE

Text Example


Text Example

White with #876FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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