Html Css Color HEX #827AB8 Moody Blue

📋 copy color: '#827AB8'

red 130 ◦ green 122 ◦ blue 184

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

Shades of Moody Blue #827AB8

Tints of Moody Blue #827AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 29.82%
G = 27.98%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#827AB8 (or 0x827AB8) is known color: Moody Blue. HEX triplet: 82, 7A and B8. RGB value is (130,122,184). Sum of RGB (Red+Green+Blue) = 130+122+184=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #827AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AB8 is #7D8547. Grayscale: #838383. Windows color (decimal): -8226120 or 12089986. OLE color: 12089986.

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

Color convert

RGB 130 122 184 -
CMYK 0.29 0.34 0 0.28
HSL 247.74º 0.3% 0.6% -
HSV(B) 247.74º 0.34% 0.72% -
XYZ 24.82 22.13 48.31 -
YUV 131.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 130 122 184 0.29 0.34 0 0.28 247.74 0.3 0.6
Hex 82 7A B8 1D 22 0 1C F8 1E 3C
Octal 202 172 270 35 42 0 34 370 36 74
Binary 10000010 1111010 10111000 11101 100010 0 11100 11111000 11110 111100

Color Harmonies of #827AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AB8

Black with #827AB8

Text Example


Text Example

White with #827AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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