Html Css Color HEX #8274BA Moody Blue

📋 copy color: '#8274BA'

red 130 ◦ green 116 ◦ blue 186

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

Shades of Moody Blue #8274BA

Tints of Moody Blue #8274BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.85%

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

R = 30.09%
G = 26.85%
B = 43.06%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8274BA (or 0x8274BA) is known color: Moody Blue. HEX triplet: 82, 74 and BA. RGB value is (130,116,186). Sum of RGB (Red+Green+Blue) = 130+116+186=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8274BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274BA is #7D8B45. Grayscale: #7F7F7F. Windows color (decimal): -8227654 or 12219522. OLE color: 12219522.

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

Color convert

RGB 130 116 186 -
CMYK 0.30 0.38 0 0.27
HSL 252º 0.34% 0.59% -
HSV(B) 252º 0.38% 0.73% -
XYZ 24.31 20.78 49.18 -
YUV 128.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 130 116 186 0.30 0.38 0 0.27 252 0.34 0.59
Hex 82 74 BA 1E 26 0 1B FC 22 3B
Octal 202 164 272 36 46 0 33 374 42 73
Binary 10000010 1110100 10111010 11110 100110 0 11011 11111100 100010 111011

Color Harmonies of #8274BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274BA

Black with #8274BA

Text Example


Text Example

White with #8274BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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