Html Css Color HEX #8272DA Moody Blue

📋 copy color: '#8272DA'

red 130 ◦ green 114 ◦ blue 218

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

Shades of Moody Blue #8272DA

Tints of Moody Blue #8272DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 28.14%
G = 24.68%
B = 47.19%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8272DA (or 0x8272DA) is known color: Moody Blue. HEX triplet: 82, 72 and DA. RGB value is (130,114,218). Sum of RGB (Red+Green+Blue) = 130+114+218=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #8272DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272DA is #7D8D25. Grayscale: #828282. Windows color (decimal): -8228134 or 14316162. OLE color: 14316162.

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

Color convert

RGB 130 114 218 -
CMYK 0.40 0.48 0 0.15
HSL 249.23º 0.58% 0.65% -
HSV(B) 249.23º 0.48% 0.85% -
XYZ 27.88 21.84 69.08 -
YUV 130.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 130 114 218 0.40 0.48 0 0.15 249.23 0.58 0.65
Hex 82 72 DA 28 30 0 F F9 3A 41
Octal 202 162 332 50 60 0 17 371 72 101
Binary 10000010 1110010 11011010 101000 110000 0 1111 11111001 111010 1000001

Color Harmonies of #8272DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272DA

Black with #8272DA

Text Example


Text Example

White with #8272DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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