Html Css Color HEX #8279BE Moody Blue

📋 copy color: '#8279BE'

red 130 ◦ green 121 ◦ blue 190

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

Shades of Moody Blue #8279BE

Tints of Moody Blue #8279BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 29.48%
G = 27.44%
B = 43.08%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8279BE (or 0x8279BE) is known color: Moody Blue. HEX triplet: 82, 79 and BE. RGB value is (130,121,190). Sum of RGB (Red+Green+Blue) = 130+121+190=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8279BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279BE is #7D8641. Grayscale: #838383. Windows color (decimal): -8226370 or 12482946. OLE color: 12482946.

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

Color convert

RGB 130 121 190 -
CMYK 0.32 0.36 0 0.25
HSL 247.83º 0.35% 0.61% -
HSV(B) 247.83º 0.36% 0.75% -
XYZ 25.34 22.14 51.65 -
YUV 131.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 130 121 190 0.32 0.36 0 0.25 247.83 0.35 0.61
Hex 82 79 BE 20 24 0 19 F8 23 3D
Octal 202 171 276 40 44 0 31 370 43 75
Binary 10000010 1111001 10111110 100000 100100 0 11001 11111000 100011 111101

Color Harmonies of #8279BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279BE

Black with #8279BE

Text Example


Text Example

White with #8279BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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