Html Css Color HEX #804BBB Studio

📋 copy color: '#804BBB'

red 128 ◦ green 75 ◦ blue 187

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

Shades of Studio #804BBB

Tints of Studio #804BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 32.82%
G = 19.23%
B = 47.95%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#804BBB (or 0x804BBB) is known color: Studio. HEX triplet: 80, 4B and BB. RGB value is (128,75,187). Sum of RGB (Red+Green+Blue) = 128+75+187=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #804BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BBB is #7FB444. Grayscale: #676767. Windows color (decimal): -8369221 or 12274560. OLE color: 12274560.

HSL color Cylindrical-coordinate representation of color #804BBB: hue angle of 268.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804BBB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 75 187 -
CMYK 0.32 0.60 0 0.27
HSL 268.39º 0.45% 0.51% -
HSV(B) 268.39º 0.6% 0.73% -
XYZ 20.39 13.21 48.49 -
YUV 103.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 128 75 187 0.32 0.60 0 0.27 268.39 0.45 0.51
Hex 80 4B BB 20 3C 0 1B 10C 2D 33
Octal 200 113 273 40 74 0 33 414 55 63
Binary 10000000 1001011 10111011 100000 111100 0 11011 100001100 101101 110011

Color Harmonies of #804BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BBB

Black with #804BBB

Text Example


Text Example

White with #804BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804BBB; }

 p { color: rgb(128,75,187); }

 H1.HeaderClassName
 {
   color: #804BBB;
 }
 .AnyTagClassName
 {
   color: #804BBB;
 }
</style>

background-color css

<style>
 a { background-color: #804BBB; }

 a { background-color: rgb(128,75,187); }

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

border-color css

<style>
 span { border-color: #804BBB; }

 span { border-color: rgb(128,75,187); }

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