Html Css Color HEX #8271BC Moody Blue

📋 copy color: '#8271BC'

red 130 ◦ green 113 ◦ blue 188

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

Shades of Moody Blue #8271BC

Tints of Moody Blue #8271BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 30.16%
G = 26.22%
B = 43.62%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8271BC (or 0x8271BC) is known color: Moody Blue. HEX triplet: 82, 71 and BC. RGB value is (130,113,188). Sum of RGB (Red+Green+Blue) = 130+113+188=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #8271BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271BC is #7D8E43. Grayscale: #7E7E7E. Windows color (decimal): -8228420 or 12349826. OLE color: 12349826.

HSL color Cylindrical-coordinate representation of color #8271BC: hue angle of 253.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8271BC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 113 188 -
CMYK 0.31 0.40 0 0.26
HSL 253.6º 0.36% 0.59% -
HSV(B) 253.6º 0.4% 0.74% -
XYZ 24.19 20.19 50.2 -
YUV 126.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 130 113 188 0.31 0.40 0 0.26 253.6 0.36 0.59
Hex 82 71 BC 1F 28 0 1A FE 24 3B
Octal 202 161 274 37 50 0 32 376 44 73
Binary 10000010 1110001 10111100 11111 101000 0 11010 11111110 100100 111011

Color Harmonies of #8271BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271BC

Black with #8271BC

Text Example


Text Example

White with #8271BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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