#815CAD

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

Shades of Studio #815CAD

Tints of Studio #815CAD

Color information

#815CAD (or 0x815CAD) is unknown color: approx Studio. HEX triplet: 81, 5C and AD. RGB value is (129,92,173). Sum of RGB (Red+Green+Blue) = 129+92+173=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #815CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815CAD is #7EA352. Grayscale: #707070. Windows color (decimal): -8299347 or 11361409. OLE color: 11361409.

HSL color Cylindrical-coordinate representation of color #815CAD: hue angle of 267.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815CAD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12992173-
CMYK0.250.4700.32
HSL267.41º33.06%51.96%-
HSV(B)267.41º46.82%67.84%-
XYZ20.4215.3441.42-
YUV112.3162.26139.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=32.74%
G=23.35%
B=43.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129921730.250.4700.32267.4133.0651.96
Hex815CAD192F02010b2134
Octal20113425531570404134164
Binary10000001101110010101101110011011110100000100001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,92,173); }

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

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

 a { background-color: rgb(129,92,173); }

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

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

 span { border-color: rgb(129,92,173); }

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