#813FBC

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

Shades of Studio #813FBC

Tints of Studio #813FBC

Color information

#813FBC (or 0x813FBC) is unknown color: approx Studio. HEX triplet: 81, 3F and BC. RGB value is (129,63,188). Sum of RGB (Red+Green+Blue) = 129+63+188=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #813FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FBC is #7EC043. Grayscale: #606060. Windows color (decimal): -8306756 or 12337025. OLE color: 12337025.

HSL color Cylindrical-coordinate representation of color #813FBC: hue angle of 271.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813FBC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12963188-
CMYK0.310.6600.26
HSL271.68º49.8%49.22%-
HSV(B)271.68º66.49%73.73%-
XYZ19.9111.8548.82-
YUV96.98179.37150.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=33.95%
G=16.58%
B=49.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129631880.310.6600.26271.6849.849.22
Hex813FBC1F4201A1103231
Octal20177274371020324206261
Binary1000000111111110111100111111000010011010100010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813FBC; }

 p { color: rgb(129,63,188); }

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

<style>
 a { background-color: #813FBC; }

 a { background-color: rgb(129,63,188); }

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

<style>
 span { border-color: #813FBC; }

 span { border-color: rgb(129,63,188); }

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