Html Css Color HEX #827EBF Moody Blue

📋 copy color: '#827EBF'

red 130 ◦ green 126 ◦ blue 191

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

Shades of Moody Blue #827EBF

Tints of Moody Blue #827EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.73%

R = 29.08%
G = 28.19%
B = 42.73%

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

#827EBF (or 0x827EBF) is known color: Moody Blue. HEX triplet: 82, 7E and BF. RGB value is (130,126,191). Sum of RGB (Red+Green+Blue) = 130+126+191=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #827EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EBF is #7D8140. Grayscale: #868686. Windows color (decimal): -8225089 or 12549762. OLE color: 12549762.

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

Color convert

RGB 130 126 191 -
CMYK 0.32 0.34 0 0.25
HSL 243.69º 0.34% 0.62% -
HSV(B) 243.69º 0.34% 0.75% -
XYZ 26.07 23.43 52.44 -
YUV 134.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 130 126 191 0.32 0.34 0 0.25 243.69 0.34 0.62
Hex 82 7E BF 20 22 0 19 F4 22 3E
Octal 202 176 277 40 42 0 31 364 42 76
Binary 10000010 1111110 10111111 100000 100010 0 11001 11110100 100010 111110

Color Harmonies of #827EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EBF

Black with #827EBF

Text Example


Text Example

White with #827EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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