Html Css Color HEX #8272DB Moody Blue

📋 copy color: '#8272DB'

red 130 ◦ green 114 ◦ blue 219

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

Shades of Moody Blue #8272DB

Tints of Moody Blue #8272DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 28.08%
G = 24.62%
B = 47.3%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8272DB (or 0x8272DB) is known color: Moody Blue. HEX triplet: 82, 72 and DB. RGB value is (130,114,219). Sum of RGB (Red+Green+Blue) = 130+114+219=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8272DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272DB is #7D8D24. Grayscale: #828282. Windows color (decimal): -8228133 or 14381698. OLE color: 14381698.

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

Color convert

RGB 130 114 219 -
CMYK 0.41 0.48 0 0.14
HSL 249.14º 0.59% 0.65% -
HSV(B) 249.14º 0.48% 0.86% -
XYZ 28.01 21.89 69.77 -
YUV 130.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 130 114 219 0.41 0.48 0 0.14 249.14 0.59 0.65
Hex 82 72 DB 29 30 0 E F9 3B 41
Octal 202 162 333 51 60 0 16 371 73 101
Binary 10000010 1110010 11011011 101001 110000 0 1110 11111001 111011 1000001

Color Harmonies of #8272DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272DB

Black with #8272DB

Text Example


Text Example

White with #8272DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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