Html Css Color HEX #8276DC Moody Blue

📋 copy color: '#8276DC'

red 130 ◦ green 118 ◦ blue 220

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

Shades of Moody Blue #8276DC

Tints of Moody Blue #8276DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 27.78%
G = 25.21%
B = 47.01%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8276DC (or 0x8276DC) is known color: Moody Blue. HEX triplet: 82, 76 and DC. RGB value is (130,118,220). Sum of RGB (Red+Green+Blue) = 130+118+220=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8276DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276DC is #7D8923. Grayscale: #848484. Windows color (decimal): -8227108 or 14448258. OLE color: 14448258.

HSL color Cylindrical-coordinate representation of color #8276DC: hue angle of 247.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8276DC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 118 220 -
CMYK 0.41 0.46 0 0.14
HSL 247.06º 0.59% 0.66% -
HSV(B) 247.06º 0.46% 0.86% -
XYZ 28.6 22.87 70.62 -
YUV 133.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 130 118 220 0.41 0.46 0 0.14 247.06 0.59 0.66
Hex 82 76 DC 29 2E 0 E F7 3B 42
Octal 202 166 334 51 56 0 16 367 73 102
Binary 10000010 1110110 11011100 101001 101110 0 1110 11110111 111011 1000010

Color Harmonies of #8276DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8276DC

Black with #8276DC

Text Example


Text Example

White with #8276DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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