#815BA4

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

Shades of Studio #815BA4

Tints of Studio #815BA4

Color information

#815BA4 (or 0x815BA4) is unknown color: approx Studio. HEX triplet: 81, 5B and A4. RGB value is (129,91,164). Sum of RGB (Red+Green+Blue) = 129+91+164=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #815BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815BA4 is #7EA45B. Grayscale: #6E6E6E. Windows color (decimal): -8299612 or 10771329. OLE color: 10771329.

HSL color Cylindrical-coordinate representation of color #815BA4: hue angle of 271.23º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #815BA4 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12991164-
CMYK0.210.4500.36
HSL271.23º28.63%50%-
HSV(B)271.23º44.51%64.31%-
XYZ19.514.8336.96-
YUV110.68158.09141.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 164 (64.45% from 255) = 42.71%
R=33.59%
G=23.70%
B=42.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129911640.210.4500.36271.2328.6350
Hex815BA4152D02410f1d32
Octal20113324425550444173562
Binary1000000110110111010010010101101101010010010000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815BA4; }

 p { color: rgb(129,91,164); }

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

<style>
 a { background-color: #815BA4; }

 a { background-color: rgb(129,91,164); }

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

<style>
 span { border-color: #815BA4; }

 span { border-color: rgb(129,91,164); }

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