#8053BC

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

Shades of Studio #8053BC

Tints of Studio #8053BC

Color information

#8053BC (or 0x8053BC) is unknown color: approx Studio. HEX triplet: 80, 53 and BC. RGB value is (128,83,188). Sum of RGB (Red+Green+Blue) = 128+83+188=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #8053BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053BC is #7FAC43. Grayscale: #6C6C6C. Windows color (decimal): -8367172 or 12342144. OLE color: 12342144.

HSL color Cylindrical-coordinate representation of color #8053BC: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8053BC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12883188-
CMYK0.320.5600.26
HSL265.71º43.93%53.14%-
HSV(B)265.71º55.85%73.73%-
XYZ21.0714.4149.25-
YUV108.42172.91141.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 83 (32.81% from 255) = 20.80%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=32.08%
G=20.80%
B=47.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128831880.320.5600.26265.7143.9353.14
Hex8053BC203801A10a2c35
Octal20012327440700324125465
Binary10000000101001110111100100000111000011010100001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8053BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8053BC; }

 p { color: rgb(128,83,188); }

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

<style>
 a { background-color: #8053BC; }

 a { background-color: rgb(128,83,188); }

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

<style>
 span { border-color: #8053BC; }

 span { border-color: rgb(128,83,188); }

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