Html Css Color HEX #827EBA Moody Blue

📋 copy color: '#827EBA'

red 130 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #827EBA

Tints of Moody Blue #827EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 29.41%
G = 28.51%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#827EBA (or 0x827EBA) is known color: Moody Blue. HEX triplet: 82, 7E and BA. RGB value is (130,126,186). Sum of RGB (Red+Green+Blue) = 130+126+186=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #827EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827EBA is #7D8145. Grayscale: #858585. Windows color (decimal): -8225094 or 12222082. OLE color: 12222082.

HSL color Cylindrical-coordinate representation of color #827EBA: hue angle of 244º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827EBA is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 126 186 -
CMYK 0.30 0.32 0 0.27
HSL 244º 0.3% 0.61% -
HSV(B) 244º 0.32% 0.73% -
XYZ 25.53 23.21 49.59 -
YUV 134.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 130 126 186 0.30 0.32 0 0.27 244 0.3 0.61
Hex 82 7E BA 1E 20 0 1B F4 1E 3D
Octal 202 176 272 36 40 0 33 364 36 75
Binary 10000010 1111110 10111010 11110 100000 0 11011 11110100 11110 111101

Color Harmonies of #827EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EBA

Black with #827EBA

Text Example


Text Example

White with #827EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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