#865FCE

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

Shades of True V #865FCE

Tints of True V #865FCE

Color information

#865FCE (or 0x865FCE) is unknown color: approx True V. HEX triplet: 86, 5F and CE. RGB value is (134,95,206). Sum of RGB (Red+Green+Blue) = 134+95+206=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #865FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCE is #79A031. Grayscale: #767676. Windows color (decimal): -7970866 or 13524870. OLE color: 13524870.

HSL color Cylindrical-coordinate representation of color #865FCE: hue angle of 261.08º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865FCE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13495206-
CMYK0.350.5400.19
HSL261.08º53.11%59.02%-
HSV(B)261.08º53.88%80.78%-
XYZ25.0617.7160.49-
YUV119.32176.92138.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 206 (80.86% from 255) = 47.36%
R=30.80%
G=21.84%
B=47.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134952060.350.5400.19261.0853.1159.02
Hex865FCE2336013105353b
Octal20613731643660234056573
Binary10000110101111111001110100011110110010011100000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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