Html Css Color HEX #804BB6 Studio

📋 copy color: '#804BB6'

red 128 ◦ green 75 ◦ blue 182

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

Shades of Studio #804BB6

Tints of Studio #804BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 33.25%
G = 19.48%
B = 47.27%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#804BB6 (or 0x804BB6) is known color: Studio. HEX triplet: 80, 4B and B6. RGB value is (128,75,182). Sum of RGB (Red+Green+Blue) = 128+75+182=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #804BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BB6 is #7FB449. Grayscale: #666666. Windows color (decimal): -8369226 or 11946880. OLE color: 11946880.

HSL color Cylindrical-coordinate representation of color #804BB6: hue angle of 269.72º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804BB6 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 75 182 -
CMYK 0.30 0.59 0 0.29
HSL 269.72º 0.42% 0.5% -
HSV(B) 269.72º 0.59% 0.71% -
XYZ 19.86 13 45.72 -
YUV 103.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 128 75 182 0.30 0.59 0 0.29 269.72 0.42 0.5
Hex 80 4B B6 1E 3B 0 1D 10E 2A 32
Octal 200 113 266 36 73 0 35 416 52 62
Binary 10000000 1001011 10110110 11110 111011 0 11101 100001110 101010 110010

Color Harmonies of #804BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BB6

Black with #804BB6

Text Example


Text Example

White with #804BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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