Html Css Color HEX #876FCF True V

📋 copy color: '#876FCF'

red 135 ◦ green 111 ◦ blue 207

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

Shades of True V #876FCF

Tints of True V #876FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 29.8%
G = 24.5%
B = 45.7%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#876FCF (or 0x876FCF) is known color: True V. HEX triplet: 87, 6F and CF. RGB value is (135,111,207). Sum of RGB (Red+Green+Blue) = 135+111+207=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #876FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FCF is #789030. Grayscale: #808080. Windows color (decimal): -7901233 or 13594503. OLE color: 13594503.

HSL color Cylindrical-coordinate representation of color #876FCF: hue angle of 255º degrees, saturation: 0.5, 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 #876FCF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 111 207 -
CMYK 0.35 0.46 0 0.19
HSL 255º 0.5% 0.62% -
HSV(B) 255º 0.46% 0.81% -
XYZ 26.94 21.02 61.67 -
YUV 129.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 135 111 207 0.35 0.46 0 0.19 255 0.5 0.62
Hex 87 6F CF 23 2E 0 13 FF 32 3E
Octal 207 157 317 43 56 0 23 377 62 76
Binary 10000111 1101111 11001111 100011 101110 0 10011 11111111 110010 111110

Color Harmonies of #876FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876FCF

Black with #876FCF

Text Example


Text Example

White with #876FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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