Html Css Color HEX #824BB7 Studio

📋 copy color: '#824BB7'

red 130 ◦ green 75 ◦ blue 183

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

Shades of Studio #824BB7

Tints of Studio #824BB7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 33.51%
G = 19.33%
B = 47.16%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#824BB7 (or 0x824BB7) is known color: Studio. HEX triplet: 82, 4B and B7. RGB value is (130,75,183). Sum of RGB (Red+Green+Blue) = 130+75+183=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #824BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BB7 is #7DB448. Grayscale: #676767. Windows color (decimal): -8238153 or 12012418. OLE color: 12012418.

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

Color convert

RGB 130 75 183 -
CMYK 0.29 0.59 0 0.28
HSL 270.56º 0.43% 0.51% -
HSV(B) 270.56º 0.59% 0.72% -
XYZ 20.27 13.2 46.28 -
YUV 103.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 130 75 183 0.29 0.59 0 0.28 270.56 0.43 0.51
Hex 82 4B B7 1D 3B 0 1C 10F 2B 33
Octal 202 113 267 35 73 0 34 417 53 63
Binary 10000010 1001011 10110111 11101 111011 0 11100 100001111 101011 110011

Color Harmonies of #824BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BB7

Black with #824BB7

Text Example


Text Example

White with #824BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,183); }

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

background-color css

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

 a { background-color: rgb(130,75,183); }

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

border-color css

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

 span { border-color: rgb(130,75,183); }

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