Html Css Color HEX #827EAF Moody Blue

📋 copy color: '#827EAF'

red 130 ◦ green 126 ◦ blue 175

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

Shades of Moody Blue #827EAF

Tints of Moody Blue #827EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 30.16%
G = 29.23%
B = 40.6%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827EAF (or 0x827EAF) is known color: Moody Blue. HEX triplet: 82, 7E and AF. RGB value is (130,126,175). Sum of RGB (Red+Green+Blue) = 130+126+175=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #827EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EAF is #7D8150. Grayscale: #848484. Windows color (decimal): -8225105 or 11501186. OLE color: 11501186.

HSL color Cylindrical-coordinate representation of color #827EAF: hue angle of 244.9º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #827EAF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 126 175 -
CMYK 0.26 0.28 0 0.31
HSL 244.9º 0.23% 0.59% -
HSV(B) 244.9º 0.28% 0.69% -
XYZ 24.4 22.76 43.66 -
YUV 132.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 130 126 175 0.26 0.28 0 0.31 244.9 0.23 0.59
Hex 82 7E AF 1A 1C 0 1F F5 17 3B
Octal 202 176 257 32 34 0 37 365 27 73
Binary 10000010 1111110 10101111 11010 11100 0 11111 11110101 10111 111011

Color Harmonies of #827EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EAF

Black with #827EAF

Text Example


Text Example

White with #827EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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