Html Css Color HEX #827EB2 Moody Blue

📋 copy color: '#827EB2'

red 130 ◦ green 126 ◦ blue 178

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

Shades of Moody Blue #827EB2

Tints of Moody Blue #827EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 29.95%
G = 29.03%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#827EB2 (or 0x827EB2) is known color: Moody Blue. HEX triplet: 82, 7E and B2. RGB value is (130,126,178). Sum of RGB (Red+Green+Blue) = 130+126+178=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #827EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827EB2 is #7D814D. Grayscale: #848484. Windows color (decimal): -8225102 or 11697794. OLE color: 11697794.

HSL color Cylindrical-coordinate representation of color #827EB2: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #827EB2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 126 178 -
CMYK 0.27 0.29 0 0.30
HSL 244.62º 0.25% 0.6% -
HSV(B) 244.62º 0.29% 0.7% -
XYZ 24.7 22.88 45.23 -
YUV 133.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 130 126 178 0.27 0.29 0 0.30 244.62 0.25 0.6
Hex 82 7E B2 1B 1D 0 1E F5 19 3C
Octal 202 176 262 33 35 0 36 365 31 74
Binary 10000010 1111110 10110010 11011 11101 0 11110 11110101 11001 111100

Color Harmonies of #827EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EB2

Black with #827EB2

Text Example


Text Example

White with #827EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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