Html Css Color HEX #8274BE Moody Blue

📋 copy color: '#8274BE'

red 130 ◦ green 116 ◦ blue 190

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

Shades of Moody Blue #8274BE

Tints of Moody Blue #8274BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 29.82%
G = 26.61%
B = 43.58%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8274BE (or 0x8274BE) is known color: Moody Blue. HEX triplet: 82, 74 and BE. RGB value is (130,116,190). Sum of RGB (Red+Green+Blue) = 130+116+190=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8274BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274BE is #7D8B41. Grayscale: #808080. Windows color (decimal): -8227650 or 12481666. OLE color: 12481666.

HSL color Cylindrical-coordinate representation of color #8274BE: hue angle of 251.35º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8274BE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 116 190 -
CMYK 0.32 0.39 0 0.25
HSL 251.35º 0.36% 0.6% -
HSV(B) 251.35º 0.39% 0.75% -
XYZ 24.75 20.95 51.46 -
YUV 128.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 130 116 190 0.32 0.39 0 0.25 251.35 0.36 0.6
Hex 82 74 BE 20 27 0 19 FB 24 3C
Octal 202 164 276 40 47 0 31 373 44 74
Binary 10000010 1110100 10111110 100000 100111 0 11001 11111011 100100 111100

Color Harmonies of #8274BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274BE

Black with #8274BE

Text Example


Text Example

White with #8274BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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