#865FCB

Color #865FCB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #865FCB

Tints of True V #865FCB

Color information

#865FCB (or 0x865FCB) is unknown color: approx True V. HEX triplet: 86, 5F and CB. RGB value is (134,95,203). Sum of RGB (Red+Green+Blue) = 134+95+203=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #865FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCB is #79A034. Grayscale: #767676. Windows color (decimal): -7970869 or 13328262. OLE color: 13328262.

HSL color Cylindrical-coordinate representation of color #865FCB: hue angle of 261.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865FCB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13495203-
CMYK0.340.5300.20
HSL261.67º50.94%58.43%-
HSV(B)261.67º53.2%79.61%-
XYZ24.717.5658.59-
YUV118.97175.42138.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=31.02%
G=21.99%
B=46.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134952030.340.5300.20261.6750.9458.43
Hex865FCB2235014106333a
Octal20613731342650244066372
Binary10000110101111111001011100010110101010100100000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,95,203); }

 H1.HeaderClassName
 {
   color: #865FCB;
 }
 .AnyTagClassName
 {
   color: #865FCB;
 }
</style>
background-color css

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

 a { background-color: rgb(134,95,203); }

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

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

 span { border-color: rgb(134,95,203); }

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