Html Css Color HEX #825EA2 Ce Soir

📋 copy color: '#825EA2'

red 130 ◦ green 94 ◦ blue 162

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

Shades of Ce Soir #825EA2

Tints of Ce Soir #825EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 33.68%
G = 24.35%
B = 41.97%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#825EA2 (or 0x825EA2) is known color: Ce Soir. HEX triplet: 82, 5E and A2. RGB value is (130,94,162). Sum of RGB (Red+Green+Blue) = 130+94+162=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #825EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EA2 is #7DA15D. Grayscale: #707070. Windows color (decimal): -8233310 or 10641026. OLE color: 10641026.

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

Color convert

RGB 130 94 162 -
CMYK 0.20 0.42 0 0.36
HSL 271.76º 0.27% 0.5% -
HSV(B) 271.76º 0.42% 0.64% -
XYZ 19.73 15.36 36.11 -
YUV 112.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 130 94 162 0.20 0.42 0 0.36 271.76 0.27 0.5
Hex 82 5E A2 14 2A 0 24 110 1B 32
Octal 202 136 242 24 52 0 44 420 33 62
Binary 10000010 1011110 10100010 10100 101010 0 100100 100010000 11011 110010

Color Harmonies of #825EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EA2

Black with #825EA2

Text Example


Text Example

White with #825EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,162); }

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

background-color css

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

 a { background-color: rgb(130,94,162); }

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

border-color css

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

 span { border-color: rgb(130,94,162); }

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