Html Css Color HEX #825AB4 Studio

📋 copy color: '#825AB4'

red 130 ◦ green 90 ◦ blue 180

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

Shades of Studio #825AB4

Tints of Studio #825AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

 BLUE value IS 180 (70.7% from 255) = 45%

R = 32.5%
G = 22.5%
B = 45%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#825AB4 (or 0x825AB4) is known color: Studio. HEX triplet: 82, 5A and B4. RGB value is (130,90,180). Sum of RGB (Red+Green+Blue) = 130+90+180=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #825AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AB4 is #7DA54B. Grayscale: #6F6F6F. Windows color (decimal): -8234316 or 11819650. OLE color: 11819650.

HSL color Cylindrical-coordinate representation of color #825AB4: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825AB4 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 90 180 -
CMYK 0.28 0.50 0 0.29
HSL 266.67º 0.38% 0.53% -
HSV(B) 266.67º 0.5% 0.71% -
XYZ 21.1 15.35 45.03 -
YUV 112.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 130 90 180 0.28 0.50 0 0.29 266.67 0.38 0.53
Hex 82 5A B4 1C 32 0 1D 10B 26 35
Octal 202 132 264 34 62 0 35 413 46 65
Binary 10000010 1011010 10110100 11100 110010 0 11101 100001011 100110 110101

Color Harmonies of #825AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AB4

Black with #825AB4

Text Example


Text Example

White with #825AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,180); }

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

background-color css

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

 a { background-color: rgb(130,90,180); }

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

border-color css

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

 span { border-color: rgb(130,90,180); }

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