Html Css Color HEX #8280BE Moody Blue

📋 copy color: '#8280BE'

red 130 ◦ green 128 ◦ blue 190

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

Shades of Moody Blue #8280BE

Tints of Moody Blue #8280BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 29.02%
G = 28.57%
B = 42.41%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8280BE (or 0x8280BE) is known color: Moody Blue. HEX triplet: 82, 80 and BE. RGB value is (130,128,190). Sum of RGB (Red+Green+Blue) = 130+128+190=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8280BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8280BE is #7D7F41. Grayscale: #878787. Windows color (decimal): -8224578 or 12484738. OLE color: 12484738.

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

Color convert

RGB 130 128 190 -
CMYK 0.32 0.33 0 0.25
HSL 241.94º 0.32% 0.62% -
HSV(B) 241.94º 0.33% 0.75% -
XYZ 26.22 23.9 51.95 -
YUV 135.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 130 128 190 0.32 0.33 0 0.25 241.94 0.32 0.62
Hex 82 80 BE 20 21 0 19 F2 20 3E
Octal 202 200 276 40 41 0 31 362 40 76
Binary 10000010 10000000 10111110 100000 100001 0 11001 11110010 100000 111110

Color Harmonies of #8280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8280BE

Black with #8280BE

Text Example


Text Example

White with #8280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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