Html Css Color HEX #824EA2 Studio

📋 copy color: '#824EA2'

red 130 ◦ green 78 ◦ blue 162

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

Shades of Studio #824EA2

Tints of Studio #824EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 35.14%
G = 21.08%
B = 43.78%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#824EA2 (or 0x824EA2) is known color: Studio. HEX triplet: 82, 4E and A2. RGB value is (130,78,162). Sum of RGB (Red+Green+Blue) = 130+78+162=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #824EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824EA2 is #7DB15D. Grayscale: #666666. Windows color (decimal): -8237406 or 10636930. OLE color: 10636930.

HSL color Cylindrical-coordinate representation of color #824EA2: hue angle of 277.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824EA2 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 78 162 -
CMYK 0.20 0.52 0 0.36
HSL 277.14º 0.35% 0.47% -
HSV(B) 277.14º 0.52% 0.64% -
XYZ 18.45 12.8 35.68 -
YUV 103.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 130 78 162 0.20 0.52 0 0.36 277.14 0.35 0.47
Hex 82 4E A2 14 34 0 24 115 23 2F
Octal 202 116 242 24 64 0 44 425 43 57
Binary 10000010 1001110 10100010 10100 110100 0 100100 100010101 100011 101111

Color Harmonies of #824EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EA2

Black with #824EA2

Text Example


Text Example

White with #824EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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