#8459af

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

Shades of Studio #8459AF

Tints of Studio #8459AF

Color information

#8459AF (or 0x8459AF) is unknown color: approx Studio. HEX triplet: 84, 59 and AF. RGB value is (132,89,175). Sum of RGB (Red+Green+Blue) = 132+89+175=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #8459AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AF is #7BA650. Grayscale: #6F6F6F. Windows color (decimal): -8103505 or 11491716. OLE color: 11491716.

HSL color Cylindrical-coordinate representation of color #8459AF: hue angle of 270º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8459AF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13289175-
CMYK0.250.4900.31
HSL270º34.96%51.76%-
HSV(B)270º49.14%68.63%-
XYZ20.8315.1542.38-
YUV111.66163.75142.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=33.33%
G=22.47%
B=44.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132891750.250.4900.3127034.9651.76
Hex8459AF193101F10e2334
Octal20413125731610374164364
Binary1000010010110011010111111001110001011111100001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8459af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8459af; }

 p { color: rgb(132,89,175); }

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

<style>
 a { background-color: #8459af; }

 a { background-color: rgb(132,89,175); }

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

<style>
 span { border-color: #8459af; }

 span { border-color: rgb(132,89,175); }

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