Html Css Color HEX #825BAC Studio

📋 copy color: '#825BAC'

red 130 ◦ green 91 ◦ blue 172

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

Shades of Studio #825BAC

Tints of Studio #825BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 33.08%
G = 23.16%
B = 43.77%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825BAC (or 0x825BAC) is known color: Studio. HEX triplet: 82, 5B and AC. RGB value is (130,91,172). Sum of RGB (Red+Green+Blue) = 130+91+172=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #825BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BAC is #7DA453. Grayscale: #6F6F6F. Windows color (decimal): -8234068 or 11295618. OLE color: 11295618.

HSL color Cylindrical-coordinate representation of color #825BAC: hue angle of 268.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825BAC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 91 172 -
CMYK 0.24 0.47 0 0.33
HSL 268.89º 0.33% 0.52% -
HSV(B) 268.89º 0.47% 0.67% -
XYZ 20.39 15.21 40.89 -
YUV 111.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 130 91 172 0.24 0.47 0 0.33 268.89 0.33 0.52
Hex 82 5B AC 18 2F 0 21 10D 21 34
Octal 202 133 254 30 57 0 41 415 41 64
Binary 10000010 1011011 10101100 11000 101111 0 100001 100001101 100001 110100

Color Harmonies of #825BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BAC

Black with #825BAC

Text Example


Text Example

White with #825BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825BAC; }

 p { color: rgb(130,91,172); }

 H1.HeaderClassName
 {
   color: #825BAC;
 }
 .AnyTagClassName
 {
   color: #825BAC;
 }
</style>

background-color css

<style>
 a { background-color: #825BAC; }

 a { background-color: rgb(130,91,172); }

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

border-color css

<style>
 span { border-color: #825BAC; }

 span { border-color: rgb(130,91,172); }

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