Html Css Color HEX #827AB6 Moody Blue

📋 copy color: '#827AB6'

red 130 ◦ green 122 ◦ blue 182

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

Shades of Moody Blue #827AB6

Tints of Moody Blue #827AB6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 29.95%
G = 28.11%
B = 41.94%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#827AB6 (or 0x827AB6) is known color: Moody Blue. HEX triplet: 82, 7A and B6. RGB value is (130,122,182). Sum of RGB (Red+Green+Blue) = 130+122+182=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #827AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AB6 is #7D8549. Grayscale: #838383. Windows color (decimal): -8226122 or 11958914. OLE color: 11958914.

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

Color convert

RGB 130 122 182 -
CMYK 0.29 0.33 0 0.29
HSL 248º 0.29% 0.6% -
HSV(B) 248º 0.33% 0.71% -
XYZ 24.61 22.04 47.21 -
YUV 131.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 130 122 182 0.29 0.33 0 0.29 248 0.29 0.6
Hex 82 7A B6 1D 21 0 1D F8 1D 3C
Octal 202 172 266 35 41 0 35 370 35 74
Binary 10000010 1111010 10110110 11101 100001 0 11101 11111000 11101 111100

Color Harmonies of #827AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AB6

Black with #827AB6

Text Example


Text Example

White with #827AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,182); }

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

background-color css

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

 a { background-color: rgb(130,122,182); }

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

border-color css

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

 span { border-color: rgb(130,122,182); }

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