Html Css Color HEX #805AB4 Studio

📋 copy color: '#805AB4'

red 128 ◦ green 90 ◦ blue 180

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

Shades of Studio #805AB4

Tints of Studio #805AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 180 (70.7% from 255) = 45.23%

R = 32.16%
G = 22.61%
B = 45.23%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#805AB4 (or 0x805AB4) is known color: Studio. HEX triplet: 80, 5A and B4. RGB value is (128,90,180). Sum of RGB (Red+Green+Blue) = 128+90+180=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #805AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AB4 is #7FA54B. Grayscale: #6F6F6F. Windows color (decimal): -8365388 or 11819648. OLE color: 11819648.

HSL color Cylindrical-coordinate representation of color #805AB4: hue angle of 265.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805AB4 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 90 180 -
CMYK 0.29 0.50 0 0.29
HSL 265.33º 0.38% 0.53% -
HSV(B) 265.33º 0.5% 0.71% -
XYZ 20.8 15.2 45.02 -
YUV 111.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 128 90 180 0.29 0.50 0 0.29 265.33 0.38 0.53
Hex 80 5A B4 1D 32 0 1D 109 26 35
Octal 200 132 264 35 62 0 35 411 46 65
Binary 10000000 1011010 10110100 11101 110010 0 11101 100001001 100110 110101

Color Harmonies of #805AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AB4

Black with #805AB4

Text Example


Text Example

White with #805AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805AB4; }

 p { color: rgb(128,90,180); }

 H1.HeaderClassName
 {
   color: #805AB4;
 }
 .AnyTagClassName
 {
   color: #805AB4;
 }
</style>

background-color css

<style>
 a { background-color: #805AB4; }

 a { background-color: rgb(128,90,180); }

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

border-color css

<style>
 span { border-color: #805AB4; }

 span { border-color: rgb(128,90,180); }

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