Html Css Color HEX #827FAE Moody Blue

📋 copy color: '#827FAE'

red 130 ◦ green 127 ◦ blue 174

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

Shades of Moody Blue #827FAE

Tints of Moody Blue #827FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 30.16%
G = 29.47%
B = 40.37%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#827FAE (or 0x827FAE) is known color: Moody Blue. HEX triplet: 82, 7F and AE. RGB value is (130,127,174). Sum of RGB (Red+Green+Blue) = 130+127+174=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #827FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAE is #7D8051. Grayscale: #858585. Windows color (decimal): -8224850 or 11435906. OLE color: 11435906.

HSL color Cylindrical-coordinate representation of color #827FAE: hue angle of 243.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827FAE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 127 174 -
CMYK 0.25 0.27 0 0.32
HSL 243.83º 0.22% 0.59% -
HSV(B) 243.83º 0.27% 0.68% -
XYZ 24.44 22.98 43.19 -
YUV 133.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 130 127 174 0.25 0.27 0 0.32 243.83 0.22 0.59
Hex 82 7F AE 19 1B 0 20 F4 16 3B
Octal 202 177 256 31 33 0 40 364 26 73
Binary 10000010 1111111 10101110 11001 11011 0 100000 11110100 10110 111011

Color Harmonies of #827FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FAE

Black with #827FAE

Text Example


Text Example

White with #827FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,127,174); }

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

background-color css

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

 a { background-color: rgb(130,127,174); }

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

border-color css

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

 span { border-color: rgb(130,127,174); }

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