Html Css Color HEX #824EB6 Studio

📋 copy color: '#824EB6'

red 130 ◦ green 78 ◦ blue 182

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

Shades of Studio #824EB6

Tints of Studio #824EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 33.33%
G = 20%
B = 46.67%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#824EB6 (or 0x824EB6) is known color: Studio. HEX triplet: 82, 4E and B6. RGB value is (130,78,182). Sum of RGB (Red+Green+Blue) = 130+78+182=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #824EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EB6 is #7DB149. Grayscale: #696969. Windows color (decimal): -8237386 or 11947650. OLE color: 11947650.

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

Color convert

RGB 130 78 182 -
CMYK 0.29 0.57 0 0.29
HSL 270º 0.42% 0.51% -
HSV(B) 270º 0.57% 0.71% -
XYZ 20.37 13.57 45.8 -
YUV 105.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 130 78 182 0.29 0.57 0 0.29 270 0.42 0.51
Hex 82 4E B6 1D 39 0 1D 10E 2A 33
Octal 202 116 266 35 71 0 35 416 52 63
Binary 10000010 1001110 10110110 11101 111001 0 11101 100001110 101010 110011

Color Harmonies of #824EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EB6

Black with #824EB6

Text Example


Text Example

White with #824EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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