Html Css Color HEX #804CBB Studio

📋 copy color: '#804CBB'

red 128 ◦ green 76 ◦ blue 187

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

Shades of Studio #804CBB

Tints of Studio #804CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

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

R = 32.74%
G = 19.44%
B = 47.83%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#804CBB (or 0x804CBB) is known color: Studio. HEX triplet: 80, 4C and BB. RGB value is (128,76,187). Sum of RGB (Red+Green+Blue) = 128+76+187=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #804CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CBB is #7FB344. Grayscale: #676767. Windows color (decimal): -8368965 or 12274816. OLE color: 12274816.

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

Color convert

RGB 128 76 187 -
CMYK 0.32 0.59 0 0.27
HSL 268.11º 0.45% 0.52% -
HSV(B) 268.11º 0.59% 0.73% -
XYZ 20.46 13.35 48.51 -
YUV 104.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 128 76 187 0.32 0.59 0 0.27 268.11 0.45 0.52
Hex 80 4C BB 20 3B 0 1B 10C 2D 34
Octal 200 114 273 40 73 0 33 414 55 64
Binary 10000000 1001100 10111011 100000 111011 0 11011 100001100 101101 110100

Color Harmonies of #804CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CBB

Black with #804CBB

Text Example


Text Example

White with #804CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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