Html Css Color HEX #827EBE Moody Blue

📋 copy color: '#827EBE'

red 130 ◦ green 126 ◦ blue 190

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

Shades of Moody Blue #827EBE

Tints of Moody Blue #827EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 29.15%
G = 28.25%
B = 42.6%

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

#827EBE (or 0x827EBE) is known color: Moody Blue. HEX triplet: 82, 7E and BE. RGB value is (130,126,190). Sum of RGB (Red+Green+Blue) = 130+126+190=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #827EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EBE is #7D8141. Grayscale: #868686. Windows color (decimal): -8225090 or 12484226. OLE color: 12484226.

HSL color Cylindrical-coordinate representation of color #827EBE: hue angle of 243.75º degrees, saturation: 0.33, 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 #827EBE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 126 190 -
CMYK 0.32 0.34 0 0.25
HSL 243.75º 0.33% 0.62% -
HSV(B) 243.75º 0.34% 0.75% -
XYZ 25.96 23.39 51.86 -
YUV 134.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 130 126 190 0.32 0.34 0 0.25 243.75 0.33 0.62
Hex 82 7E BE 20 22 0 19 F4 21 3E
Octal 202 176 276 40 42 0 31 364 41 76
Binary 10000010 1111110 10111110 100000 100010 0 11001 11110100 100001 111110

Color Harmonies of #827EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EBE

Black with #827EBE

Text Example


Text Example

White with #827EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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