Html Css Color HEX #804EBA Studio

📋 copy color: '#804EBA'

red 128 ◦ green 78 ◦ blue 186

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

Shades of Studio #804EBA

Tints of Studio #804EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 32.65%
G = 19.9%
B = 47.45%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#804EBA (or 0x804EBA) is known color: Studio. HEX triplet: 80, 4E and BA. RGB value is (128,78,186). Sum of RGB (Red+Green+Blue) = 128+78+186=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #804EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EBA is #7FB145. Grayscale: #686868. Windows color (decimal): -8368454 or 12209792. OLE color: 12209792.

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

Color convert

RGB 128 78 186 -
CMYK 0.31 0.58 0 0.27
HSL 267.78º 0.44% 0.52% -
HSV(B) 267.78º 0.58% 0.73% -
XYZ 20.49 13.58 48 -
YUV 105.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 128 78 186 0.31 0.58 0 0.27 267.78 0.44 0.52
Hex 80 4E BA 1F 3A 0 1B 10C 2C 34
Octal 200 116 272 37 72 0 33 414 54 64
Binary 10000000 1001110 10111010 11111 111010 0 11011 100001100 101100 110100

Color Harmonies of #804EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EBA

Black with #804EBA

Text Example


Text Example

White with #804EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,78,186); }

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

background-color css

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

 a { background-color: rgb(128,78,186); }

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

border-color css

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

 span { border-color: rgb(128,78,186); }

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