#865DCD

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

Shades of True V #865DCD

Tints of True V #865DCD

Color information

#865DCD (or 0x865DCD) is unknown color: approx True V. HEX triplet: 86, 5D and CD. RGB value is (134,93,205). Sum of RGB (Red+Green+Blue) = 134+93+205=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #865DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCD is #79A232. Grayscale: #757575. Windows color (decimal): -7971379 or 13458822. OLE color: 13458822.

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

Color convert

RGB13493205-
CMYK0.350.5500.20
HSL261.96º52.83%58.43%-
HSV(B)261.96º54.63%80.39%-
XYZ24.7717.359.79-
YUV118.03177.08139.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 205 (80.47% from 255) = 47.45%
R=31.02%
G=21.53%
B=47.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134932050.350.5500.20261.9652.8358.43
Hex865DCD2337014106353a
Octal20613531543670244066572
Binary10000110101110111001101100011110111010100100000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,205); }

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

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

 a { background-color: rgb(134,93,205); }

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

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

 span { border-color: rgb(134,93,205); }

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