#8456AF

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

Shades of Studio #8456AF

Tints of Studio #8456AF

Color information

#8456AF (or 0x8456AF) is unknown color: approx Studio. HEX triplet: 84, 56 and AF. RGB value is (132,86,175). Sum of RGB (Red+Green+Blue) = 132+86+175=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8456AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8456AF is #7BA950. Grayscale: #6D6D6D. Windows color (decimal): -8104273 or 11490948. OLE color: 11490948.

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

Color convert

RGB13286175-
CMYK0.250.5100.31
HSL271.01º35.74%51.18%-
HSV(B)271.01º50.86%68.63%-
XYZ20.5814.6642.3-
YUV109.9164.74143.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=33.59%
G=21.88%
B=44.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132861750.250.5100.31271.0135.7451.18
Hex8456AF193301F10f2433
Octal20412625731630374174463
Binary1000010010101101010111111001110011011111100001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8456AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8456AF; }

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

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

<style>
 a { background-color: #8456AF; }

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

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

<style>
 span { border-color: #8456AF; }

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

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