Html Css Color HEX #825CA4 Studio

📋 copy color: '#825CA4'

red 130 ◦ green 92 ◦ blue 164

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

Shades of Studio #825CA4

Tints of Studio #825CA4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 33.68%
G = 23.83%
B = 42.49%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#825CA4 (or 0x825CA4) is known color: Studio. HEX triplet: 82, 5C and A4. RGB value is (130,92,164). Sum of RGB (Red+Green+Blue) = 130+92+164=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #825CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CA4 is #7DA35B. Grayscale: #6F6F6F. Windows color (decimal): -8233820 or 10771586. OLE color: 10771586.

HSL color Cylindrical-coordinate representation of color #825CA4: hue angle of 271.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825CA4 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 92 164 -
CMYK 0.21 0.44 0 0.36
HSL 271.67º 0.28% 0.5% -
HSV(B) 271.67º 0.44% 0.64% -
XYZ 19.73 15.08 36.99 -
YUV 111.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 130 92 164 0.21 0.44 0 0.36 271.67 0.28 0.5
Hex 82 5C A4 15 2C 0 24 110 1C 32
Octal 202 134 244 25 54 0 44 420 34 62
Binary 10000010 1011100 10100100 10101 101100 0 100100 100010000 11100 110010

Color Harmonies of #825CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CA4

Black with #825CA4

Text Example


Text Example

White with #825CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,164); }

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

background-color css

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

 a { background-color: rgb(130,92,164); }

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

border-color css

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

 span { border-color: rgb(130,92,164); }

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