Html Css Color HEX #8282BA Moody Blue

📋 copy color: '#8282BA'

red 130 ◦ green 130 ◦ blue 186

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

Shades of Moody Blue #8282BA

Tints of Moody Blue #8282BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 29.15%
G = 29.15%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8282BA (or 0x8282BA) is known color: Moody Blue. HEX triplet: 82, 82 and BA. RGB value is (130,130,186). Sum of RGB (Red+Green+Blue) = 130+130+186=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8282BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8282BA is #7D7D45. Grayscale: #888888. Windows color (decimal): -8224070 or 12223106. OLE color: 12223106.

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

Color convert

RGB 130 130 186 -
CMYK 0.30 0.30 0 0.27
HSL 240º 0.29% 0.62% -
HSV(B) 240º 0.3% 0.73% -
XYZ 26.05 24.26 49.76 -
YUV 136.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 130 130 186 0.30 0.30 0 0.27 240 0.29 0.62
Hex 82 82 BA 1E 1E 0 1B F0 1D 3E
Octal 202 202 272 36 36 0 33 360 35 76
Binary 10000010 10000010 10111010 11110 11110 0 11011 11110000 11101 111110

Color Harmonies of #8282BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8282BA

Black with #8282BA

Text Example


Text Example

White with #8282BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8282BA; }

 p { color: rgb(130,130,186); }

 H1.HeaderClassName
 {
   color: #8282BA;
 }
 .AnyTagClassName
 {
   color: #8282BA;
 }
</style>

background-color css

<style>
 a { background-color: #8282BA; }

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

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

border-color css

<style>
 span { border-color: #8282BA; }

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

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