#8055BC

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

Shades of Studio #8055BC

Tints of Studio #8055BC

Color information

#8055BC (or 0x8055BC) is unknown color: approx Studio. HEX triplet: 80, 55 and BC. RGB value is (128,85,188). Sum of RGB (Red+Green+Blue) = 128+85+188=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8055BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055BC is #7FAA43. Grayscale: #6D6D6D. Windows color (decimal): -8366660 or 12342656. OLE color: 12342656.

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

Color convert

RGB12885188-
CMYK0.320.5500.26
HSL265.05º43.46%53.53%-
HSV(B)265.05º54.79%73.73%-
XYZ21.2314.7249.3-
YUV109.6172.25141.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=31.92%
G=21.20%
B=46.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128851880.320.5500.26265.0543.4653.53
Hex8055BC203701A1092b36
Octal20012527440670324115366
Binary10000000101010110111100100000110111011010100001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8055BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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