#81479E

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

Shades of Studio #81479E

Tints of Studio #81479E

Color information

#81479E (or 0x81479E) is unknown color: approx Studio. HEX triplet: 81, 47 and 9E. RGB value is (129,71,158). Sum of RGB (Red+Green+Blue) = 129+71+158=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #81479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81479E is #7EB861. Grayscale: #616161. Windows color (decimal): -8304738 or 10372993. OLE color: 10372993.

HSL color Cylindrical-coordinate representation of color #81479E: hue angle of 280º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81479E is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12971158-
CMYK0.180.5500.38
HSL280º37.99%44.9%-
HSV(B)280º55.06%61.96%-
XYZ17.4811.6433.67-
YUV98.26161.72149.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.03%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=36.03%
G=19.83%
B=44.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129711580.180.5500.3828037.9944.9
Hex81479E1237026118262d
Octal20110723622670464304655
Binary10000001100011110011110100101101110100110100011000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81479E; }

 p { color: rgb(129,71,158); }

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

<style>
 a { background-color: #81479E; }

 a { background-color: rgb(129,71,158); }

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

<style>
 span { border-color: #81479E; }

 span { border-color: rgb(129,71,158); }

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