Html Css Color HEX #824BA5 Studio

📋 copy color: '#824BA5'

red 130 ◦ green 75 ◦ blue 165

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

Shades of Studio #824BA5

Tints of Studio #824BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.59%

R = 35.14%
G = 20.27%
B = 44.59%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#824BA5 (or 0x824BA5) is known color: Studio. HEX triplet: 82, 4B and A5. RGB value is (130,75,165). Sum of RGB (Red+Green+Blue) = 130+75+165=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #824BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BA5 is #7DB45A. Grayscale: #656565. Windows color (decimal): -8238171 or 10832770. OLE color: 10832770.

HSL color Cylindrical-coordinate representation of color #824BA5: hue angle of 276.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824BA5 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 75 165 -
CMYK 0.21 0.55 0 0.35
HSL 276.67º 0.38% 0.47% -
HSV(B) 276.67º 0.55% 0.65% -
XYZ 18.51 12.49 37.03 -
YUV 101.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 130 75 165 0.21 0.55 0 0.35 276.67 0.38 0.47
Hex 82 4B A5 15 37 0 23 115 26 2F
Octal 202 113 245 25 67 0 43 425 46 57
Binary 10000010 1001011 10100101 10101 110111 0 100011 100010101 100110 101111

Color Harmonies of #824BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BA5

Black with #824BA5

Text Example


Text Example

White with #824BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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