Html Css Color HEX #8276BB Moody Blue

📋 copy color: '#8276BB'

red 130 ◦ green 118 ◦ blue 187

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

Shades of Moody Blue #8276BB

Tints of Moody Blue #8276BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 29.89%
G = 27.13%
B = 42.99%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8276BB (or 0x8276BB) is known color: Moody Blue. HEX triplet: 82, 76 and BB. RGB value is (130,118,187). Sum of RGB (Red+Green+Blue) = 130+118+187=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8276BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276BB is #7D8944. Grayscale: #818181. Windows color (decimal): -8227141 or 12285570. OLE color: 12285570.

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

Color convert

RGB 130 118 187 -
CMYK 0.30 0.37 0 0.27
HSL 250.43º 0.34% 0.6% -
HSV(B) 250.43º 0.37% 0.73% -
XYZ 24.65 21.29 49.82 -
YUV 129.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 130 118 187 0.30 0.37 0 0.27 250.43 0.34 0.6
Hex 82 76 BB 1E 25 0 1B FA 22 3C
Octal 202 166 273 36 45 0 33 372 42 74
Binary 10000010 1110110 10111011 11110 100101 0 11011 11111010 100010 111100

Color Harmonies of #8276BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8276BB

Black with #8276BB

Text Example


Text Example

White with #8276BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8276BB; }

 p { color: rgb(130,118,187); }

 H1.HeaderClassName
 {
   color: #8276BB;
 }
 .AnyTagClassName
 {
   color: #8276BB;
 }
</style>

background-color css

<style>
 a { background-color: #8276BB; }

 a { background-color: rgb(130,118,187); }

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

border-color css

<style>
 span { border-color: #8276BB; }

 span { border-color: rgb(130,118,187); }

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