Html Css Color HEX #8271C3 Moody Blue

📋 copy color: '#8271C3'

red 130 ◦ green 113 ◦ blue 195

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

Shades of Moody Blue #8271C3

Tints of Moody Blue #8271C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 29.68%
G = 25.8%
B = 44.52%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8271C3 (or 0x8271C3) is known color: Moody Blue. HEX triplet: 82, 71 and C3. RGB value is (130,113,195). Sum of RGB (Red+Green+Blue) = 130+113+195=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #8271C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271C3 is #7D8E3C. Grayscale: #7F7F7F. Windows color (decimal): -8228413 or 12808578. OLE color: 12808578.

HSL color Cylindrical-coordinate representation of color #8271C3: hue angle of 252.44º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8271C3 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 113 195 -
CMYK 0.33 0.42 0 0.24
HSL 252.44º 0.41% 0.6% -
HSV(B) 252.44º 0.42% 0.76% -
XYZ 24.96 20.5 54.27 -
YUV 127.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 130 113 195 0.33 0.42 0 0.24 252.44 0.41 0.6
Hex 82 71 C3 21 2A 0 18 FC 29 3C
Octal 202 161 303 41 52 0 30 374 51 74
Binary 10000010 1110001 11000011 100001 101010 0 11000 11111100 101001 111100

Color Harmonies of #8271C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271C3

Black with #8271C3

Text Example


Text Example

White with #8271C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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