#8275BE

Color #8275BE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8275BE

Tints of Moody Blue #8275BE

Color information

#8275BE (or 0x8275BE) is unknown color: approx Moody Blue. HEX triplet: 82, 75 and BE. RGB value is (130,117,190). Sum of RGB (Red+Green+Blue) = 130+117+190=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #8275BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275BE is #7D8A41. Grayscale: #808080. Windows color (decimal): -8227394 or 12481922. OLE color: 12481922.

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

Color convert

RGB130117190-
CMYK0.320.3800.25
HSL250.68º35.96%60.2%-
HSV(B)250.68º38.42%74.51%-
XYZ24.8621.1951.49-
YUV129.21162.31128.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=29.75%
G=26.77%
B=43.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1301171900.320.3800.25250.6835.9660.2
Hex8275BE2026019fb243c
Octal20216527640460313734474
Binary1000001011101011011111010000010011001100111111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8275BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8275BE;
 }
 .AnyTagClassName
 {
   color: #8275BE;
 }
</style>
background-color css

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

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

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

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

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

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