Html Css Color HEX #8040BE Studio

📋 copy color: '#8040BE'

red 128 ◦ green 64 ◦ blue 190

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

Shades of Studio #8040BE

Tints of Studio #8040BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 33.51%
G = 16.75%
B = 49.74%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8040BE (or 0x8040BE) is known color: Studio. HEX triplet: 80, 40 and BE. RGB value is (128,64,190). Sum of RGB (Red+Green+Blue) = 128+64+190=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #8040BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040BE is #7FBF41. Grayscale: #616161. Windows color (decimal): -8372034 or 12468352. OLE color: 12468352.

HSL color Cylindrical-coordinate representation of color #8040BE: hue angle of 270.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8040BE is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 64 190 -
CMYK 0.33 0.66 0 0.25
HSL 270.48º 0.5% 0.5% -
HSV(B) 270.48º 0.66% 0.75% -
XYZ 20.03 11.97 49.97 -
YUV 97.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 128 64 190 0.33 0.66 0 0.25 270.48 0.5 0.5
Hex 80 40 BE 21 42 0 19 10E 32 32
Octal 200 100 276 41 102 0 31 416 62 62
Binary 10000000 1000000 10111110 100001 1000010 0 11001 100001110 110010 110010

Color Harmonies of #8040BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040BE

Black with #8040BE

Text Example


Text Example

White with #8040BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8040BE; }

 p { color: rgb(128,64,190); }

 H1.HeaderClassName
 {
   color: #8040BE;
 }
 .AnyTagClassName
 {
   color: #8040BE;
 }
</style>

background-color css

<style>
 a { background-color: #8040BE; }

 a { background-color: rgb(128,64,190); }

 div.DivClassName
 {
   background-color: #8040BE;
 }
 .BgClassName
 {
   background-color: #8040BE;
 }
</style>

border-color css

<style>
 span { border-color: #8040BE; }

 span { border-color: rgb(128,64,190); }

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