#8864CF

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

Shades of True V #8864CF

Tints of True V #8864CF

Color information

#8864CF (or 0x8864CF) is unknown color: approx True V. HEX triplet: 88, 64 and CF. RGB value is (136,100,207). Sum of RGB (Red+Green+Blue) = 136+100+207=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8864CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864CF is #779B30. Grayscale: #7A7A7A. Windows color (decimal): -7838513 or 13591688. OLE color: 13591688.

HSL color Cylindrical-coordinate representation of color #8864CF: hue angle of 260.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8864CF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136100207-
CMYK0.340.5200.19
HSL260.19º52.71%60.2%-
HSV(B)260.19º51.69%81.18%-
XYZ25.9718.8561.3-
YUV122.96175.43137.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=30.70%
G=22.57%
B=46.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361002070.340.5200.19260.1952.7160.2
Hex8864CF2234013104353c
Octal21014431742640234046574
Binary10001000110010011001111100010110100010011100000100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8864CF; }

 p { color: rgb(136,100,207); }

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

<style>
 a { background-color: #8864CF; }

 a { background-color: rgb(136,100,207); }

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

<style>
 span { border-color: #8864CF; }

 span { border-color: rgb(136,100,207); }

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