Html Css Color HEX #8271DB Moody Blue

📋 copy color: '#8271DB'

red 130 ◦ green 113 ◦ blue 219

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

Shades of Moody Blue #8271DB

Tints of Moody Blue #8271DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.46%

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

R = 28.14%
G = 24.46%
B = 47.4%

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

#8271DB (or 0x8271DB) is known color: Moody Blue. HEX triplet: 82, 71 and DB. RGB value is (130,113,219). Sum of RGB (Red+Green+Blue) = 130+113+219=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #8271DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271DB is #7D8E24. Grayscale: #818181. Windows color (decimal): -8228389 or 14381442. OLE color: 14381442.

HSL color Cylindrical-coordinate representation of color #8271DB: hue angle of 249.62º degrees, saturation: 0.6, 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 #8271DB is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 113 219 -
CMYK 0.41 0.48 0 0.14
HSL 249.62º 0.6% 0.65% -
HSV(B) 249.62º 0.48% 0.86% -
XYZ 27.9 21.67 69.73 -
YUV 130.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 130 113 219 0.41 0.48 0 0.14 249.62 0.6 0.65
Hex 82 71 DB 29 30 0 E FA 3C 41
Octal 202 161 333 51 60 0 16 372 74 101
Binary 10000010 1110001 11011011 101001 110000 0 1110 11111010 111100 1000001

Color Harmonies of #8271DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271DB

Black with #8271DB

Text Example


Text Example

White with #8271DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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