#865ECB

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

Shades of True V #865ECB

Tints of True V #865ECB

Color information

#865ECB (or 0x865ECB) is unknown color: approx True V. HEX triplet: 86, 5E and CB. RGB value is (134,94,203). Sum of RGB (Red+Green+Blue) = 134+94+203=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #865ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ECB is #79A134. Grayscale: #757575. Windows color (decimal): -7971125 or 13328006. OLE color: 13328006.

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

Color convert

RGB13494203-
CMYK0.340.5400.20
HSL262.02º51.17%58.24%-
HSV(B)262.02º53.69%79.61%-
XYZ24.6117.3958.56-
YUV118.39175.75139.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=31.09%
G=21.81%
B=47.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134942030.340.5400.20262.0251.1758.24
Hex865ECB2236014106333a
Octal20613631342660244066372
Binary10000110101111011001011100010110110010100100000110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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