Html Css Color HEX #827CB9 Moody Blue

📋 copy color: '#827CB9'

red 130 ◦ green 124 ◦ blue 185

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

Shades of Moody Blue #827CB9

Tints of Moody Blue #827CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.25%

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 29.61%
G = 28.25%
B = 42.14%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#827CB9 (or 0x827CB9) is known color: Moody Blue. HEX triplet: 82, 7C and B9. RGB value is (130,124,185). Sum of RGB (Red+Green+Blue) = 130+124+185=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #827CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CB9 is #7D8346. Grayscale: #848484. Windows color (decimal): -8225607 or 12156034. OLE color: 12156034.

HSL color Cylindrical-coordinate representation of color #827CB9: hue angle of 245.9º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827CB9 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 124 185 -
CMYK 0.30 0.33 0 0.27
HSL 245.9º 0.3% 0.61% -
HSV(B) 245.9º 0.33% 0.73% -
XYZ 25.17 22.66 48.95 -
YUV 132.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 130 124 185 0.30 0.33 0 0.27 245.9 0.3 0.61
Hex 82 7C B9 1E 21 0 1B F6 1E 3D
Octal 202 174 271 36 41 0 33 366 36 75
Binary 10000010 1111100 10111001 11110 100001 0 11011 11110110 11110 111101

Color Harmonies of #827CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CB9

Black with #827CB9

Text Example


Text Example

White with #827CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,124,185); }

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

background-color css

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

 a { background-color: rgb(130,124,185); }

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

border-color css

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

 span { border-color: rgb(130,124,185); }

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