Html Css Color HEX #8278DA Moody Blue

📋 copy color: '#8278DA'

red 130 ◦ green 120 ◦ blue 218

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

Shades of Moody Blue #8278DA

Tints of Moody Blue #8278DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.64%

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 27.78%
G = 25.64%
B = 46.58%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8278DA (or 0x8278DA) is known color: Moody Blue. HEX triplet: 82, 78 and DA. RGB value is (130,120,218). Sum of RGB (Red+Green+Blue) = 130+120+218=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8278DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278DA is #7D8725. Grayscale: #858585. Windows color (decimal): -8226598 or 14317698. OLE color: 14317698.

HSL color Cylindrical-coordinate representation of color #8278DA: hue angle of 246.12º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8278DA is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 120 218 -
CMYK 0.40 0.45 0 0.15
HSL 246.12º 0.57% 0.66% -
HSV(B) 246.12º 0.45% 0.85% -
XYZ 28.58 23.24 69.31 -
YUV 134.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 130 120 218 0.40 0.45 0 0.15 246.12 0.57 0.66
Hex 82 78 DA 28 2D 0 F F6 39 42
Octal 202 170 332 50 55 0 17 366 71 102
Binary 10000010 1111000 11011010 101000 101101 0 1111 11110110 111001 1000010

Color Harmonies of #8278DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8278DA

Black with #8278DA

Text Example


Text Example

White with #8278DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8278DA; }

 p { color: rgb(130,120,218); }

 H1.HeaderClassName
 {
   color: #8278DA;
 }
 .AnyTagClassName
 {
   color: #8278DA;
 }
</style>

background-color css

<style>
 a { background-color: #8278DA; }

 a { background-color: rgb(130,120,218); }

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

border-color css

<style>
 span { border-color: #8278DA; }

 span { border-color: rgb(130,120,218); }

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