Html Css Color HEX #824EB5 Studio

📋 copy color: '#824EB5'

red 130 ◦ green 78 ◦ blue 181

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

Shades of Studio #824EB5

Tints of Studio #824EB5

RGB

 RED value IS 130 (51.17% from 255) = 33.42%

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

 BLUE value IS 181 (71.09% from 255) = 46.53%

R = 33.42%
G = 20.05%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#824EB5 (or 0x824EB5) is known color: Studio. HEX triplet: 82, 4E and B5. RGB value is (130,78,181). Sum of RGB (Red+Green+Blue) = 130+78+181=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #824EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EB5 is #7DB14A. Grayscale: #686868. Windows color (decimal): -8237387 or 11882114. OLE color: 11882114.

HSL color Cylindrical-coordinate representation of color #824EB5: hue angle of 270.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824EB5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 78 181 -
CMYK 0.28 0.57 0 0.29
HSL 270.29º 0.41% 0.51% -
HSV(B) 270.29º 0.57% 0.71% -
XYZ 20.27 13.53 45.26 -
YUV 105.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 130 78 181 0.28 0.57 0 0.29 270.29 0.41 0.51
Hex 82 4E B5 1C 39 0 1D 10E 29 33
Octal 202 116 265 34 71 0 35 416 51 63
Binary 10000010 1001110 10110101 11100 111001 0 11101 100001110 101001 110011

Color Harmonies of #824EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EB5

Black with #824EB5

Text Example


Text Example

White with #824EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824EB5; }

 p { color: rgb(130,78,181); }

 H1.HeaderClassName
 {
   color: #824EB5;
 }
 .AnyTagClassName
 {
   color: #824EB5;
 }
</style>

background-color css

<style>
 a { background-color: #824EB5; }

 a { background-color: rgb(130,78,181); }

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

border-color css

<style>
 span { border-color: #824EB5; }

 span { border-color: rgb(130,78,181); }

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