Html Css Color HEX #824EB4 Studio

📋 copy color: '#824EB4'

red 130 ◦ green 78 ◦ blue 180

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

Shades of Studio #824EB4

Tints of Studio #824EB4

RGB

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

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

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

R = 33.51%
G = 20.1%
B = 46.39%

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

#824EB4 (or 0x824EB4) is known color: Studio. HEX triplet: 82, 4E and B4. RGB value is (130,78,180). Sum of RGB (Red+Green+Blue) = 130+78+180=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #824EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EB4 is #7DB14B. Grayscale: #686868. Windows color (decimal): -8237388 or 11816578. OLE color: 11816578.

HSL color Cylindrical-coordinate representation of color #824EB4: hue angle of 270.59º degrees, saturation: 0.4, 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 #824EB4 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 78 180 -
CMYK 0.28 0.57 0 0.29
HSL 270.59º 0.4% 0.51% -
HSV(B) 270.59º 0.57% 0.71% -
XYZ 20.17 13.49 44.72 -
YUV 105.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 130 78 180 0.28 0.57 0 0.29 270.59 0.4 0.51
Hex 82 4E B4 1C 39 0 1D 10F 28 33
Octal 202 116 264 34 71 0 35 417 50 63
Binary 10000010 1001110 10110100 11100 111001 0 11101 100001111 101000 110011

Color Harmonies of #824EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EB4

Black with #824EB4

Text Example


Text Example

White with #824EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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