Html Css Color HEX #827EC0 Moody Blue

📋 copy color: '#827EC0'

red 130 ◦ green 126 ◦ blue 192

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

Shades of Moody Blue #827EC0

Tints of Moody Blue #827EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.13%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 29.02%
G = 28.13%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#827EC0 (or 0x827EC0) is known color: Moody Blue. HEX triplet: 82, 7E and C0. RGB value is (130,126,192). Sum of RGB (Red+Green+Blue) = 130+126+192=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #827EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EC0 is #7D813F. Grayscale: #868686. Windows color (decimal): -8225088 or 12615298. OLE color: 12615298.

HSL color Cylindrical-coordinate representation of color #827EC0: hue angle of 243.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827EC0 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 126 192 -
CMYK 0.32 0.34 0 0.25
HSL 243.64º 0.34% 0.62% -
HSV(B) 243.64º 0.34% 0.75% -
XYZ 26.18 23.47 53.02 -
YUV 134.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 130 126 192 0.32 0.34 0 0.25 243.64 0.34 0.62
Hex 82 7E C0 20 22 0 19 F4 22 3E
Octal 202 176 300 40 42 0 31 364 42 76
Binary 10000010 1111110 11000000 100000 100010 0 11001 11110100 100010 111110

Color Harmonies of #827EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EC0

Black with #827EC0

Text Example


Text Example

White with #827EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827EC0; }

 p { color: rgb(130,126,192); }

 H1.HeaderClassName
 {
   color: #827EC0;
 }
 .AnyTagClassName
 {
   color: #827EC0;
 }
</style>

background-color css

<style>
 a { background-color: #827EC0; }

 a { background-color: rgb(130,126,192); }

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

border-color css

<style>
 span { border-color: #827EC0; }

 span { border-color: rgb(130,126,192); }

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