Html Css Color HEX #8053BC Studio

📋 copy color: '#8053BC'

red 128 ◦ green 83 ◦ blue 188

#8053BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #8053BC

Tints of Studio #8053BC

RGB

 RED value IS 128 (50.39% from 255) = 32.08%

 GREEN value IS 83 (32.81% from 255) = 20.8%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 32.08%
G = 20.8%
B = 47.12%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8053BC (or 0x8053BC) is known color: 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

RGB 128 83 188 -
CMYK 0.32 0.56 0 0.26
HSL 265.71º 0.44% 0.53% -
HSV(B) 265.71º 0.56% 0.74% -
XYZ 21.07 14.41 49.25 -
YUV 108.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 128 83 188 0.32 0.56 0 0.26 265.71 0.44 0.53
Hex 80 53 BC 20 38 0 1A 10A 2C 35
Octal 200 123 274 40 70 0 32 412 54 65
Binary 10000000 1010011 10111100 100000 111000 0 11010 100001010 101100 110101

Color Harmonies of #8053BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053BC

Black with #8053BC

Text Example


Text Example

White with #8053BC

Text Example


Text Example

HTML Codes & Css Web 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>