#8640AB

Color #8640AB Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8640AB

Tints of Studio #8640AB

Color information

#8640AB (or 0x8640AB) is unknown color: approx Studio. HEX triplet: 86, 40 and AB. RGB value is (134,64,171). Sum of RGB (Red+Green+Blue) = 134+64+171=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #8640AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8640AB is #79BF54. Grayscale: #606060. Windows color (decimal): -7978837 or 11223174. OLE color: 11223174.

HSL color Cylindrical-coordinate representation of color #8640AB: hue angle of 279.25º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8640AB is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13464171-
CMYK0.220.6300.33
HSL279.25º45.53%46.08%-
HSV(B)279.25º62.57%67.06%-
XYZ19.0211.6839.78-
YUV97.13169.69154.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=36.31%
G=17.34%
B=46.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134641710.220.6300.33279.2545.5346.08
Hex8640AB163F0211172e2e
Octal20610025326770414275656
Binary10000110100000010101011101101111110100001100010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8640AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8640AB; }

 p { color: rgb(134,64,171); }

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

<style>
 a { background-color: #8640AB; }

 a { background-color: rgb(134,64,171); }

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

<style>
 span { border-color: #8640AB; }

 span { border-color: rgb(134,64,171); }

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