Html Css Color HEX #827FAF Moody Blue

📋 copy color: '#827FAF'

red 130 ◦ green 127 ◦ blue 175

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

Shades of Moody Blue #827FAF

Tints of Moody Blue #827FAF

RGB

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

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

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

R = 30.09%
G = 29.4%
B = 40.51%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#827FAF (or 0x827FAF) is known color: Moody Blue. HEX triplet: 82, 7F and AF. RGB value is (130,127,175). Sum of RGB (Red+Green+Blue) = 130+127+175=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #827FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827FAF is #7D8050. Grayscale: #858585. Windows color (decimal): -8224849 or 11501442. OLE color: 11501442.

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

Color convert

RGB 130 127 175 -
CMYK 0.26 0.27 0 0.31
HSL 243.75º 0.23% 0.59% -
HSV(B) 243.75º 0.27% 0.69% -
XYZ 24.53 23.02 43.71 -
YUV 133.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 130 127 175 0.26 0.27 0 0.31 243.75 0.23 0.59
Hex 82 7F AF 1A 1B 0 1F F4 17 3B
Octal 202 177 257 32 33 0 37 364 27 73
Binary 10000010 1111111 10101111 11010 11011 0 11111 11110100 10111 111011

Color Harmonies of #827FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FAF

Black with #827FAF

Text Example


Text Example

White with #827FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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