Html Css Color HEX #827DBF Moody Blue

📋 copy color: '#827DBF'

red 130 ◦ green 125 ◦ blue 191

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

Shades of Moody Blue #827DBF

Tints of Moody Blue #827DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 29.15%
G = 28.03%
B = 42.83%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#827DBF (or 0x827DBF) is known color: Moody Blue. HEX triplet: 82, 7D and BF. RGB value is (130,125,191). Sum of RGB (Red+Green+Blue) = 130+125+191=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #827DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DBF is #7D8240. Grayscale: #858585. Windows color (decimal): -8225345 or 12549506. OLE color: 12549506.

HSL color Cylindrical-coordinate representation of color #827DBF: hue angle of 244.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827DBF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 125 191 -
CMYK 0.32 0.35 0 0.25
HSL 244.55º 0.34% 0.62% -
HSV(B) 244.55º 0.35% 0.75% -
XYZ 25.94 23.17 52.4 -
YUV 134.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 130 125 191 0.32 0.35 0 0.25 244.55 0.34 0.62
Hex 82 7D BF 20 23 0 19 F5 22 3E
Octal 202 175 277 40 43 0 31 365 42 76
Binary 10000010 1111101 10111111 100000 100011 0 11001 11110101 100010 111110

Color Harmonies of #827DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DBF

Black with #827DBF

Text Example


Text Example

White with #827DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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