#8458AB

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

Shades of Studio #8458AB

Tints of Studio #8458AB

Color information

#8458AB (or 0x8458AB) is unknown color: approx Studio. HEX triplet: 84, 58 and AB. RGB value is (132,88,171). Sum of RGB (Red+Green+Blue) = 132+88+171=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #8458AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8458AB is #7BA754. Grayscale: #6E6E6E. Windows color (decimal): -8103765 or 11229316. OLE color: 11229316.

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

Color convert

RGB13288171-
CMYK0.230.4900.33
HSL271.81º33.07%50.78%-
HSV(B)271.81º48.54%67.06%-
XYZ20.3614.8340.32-
YUV110.62162.08143.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=33.76%
G=22.51%
B=43.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132881710.230.4900.33271.8133.0750.78
Hex8458AB17310211102133
Octal20413025327610414204163
Binary10000100101100010101011101111100010100001100010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,88,171); }

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

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

 a { background-color: rgb(132,88,171); }

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

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

 span { border-color: rgb(132,88,171); }

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