Html Css Color HEX #8271C8 Moody Blue

📋 copy color: '#8271C8'

red 130 ◦ green 113 ◦ blue 200

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

Shades of Moody Blue #8271C8

Tints of Moody Blue #8271C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 29.35%
G = 25.51%
B = 45.15%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8271C8 (or 0x8271C8) is known color: Moody Blue. HEX triplet: 82, 71 and C8. RGB value is (130,113,200). Sum of RGB (Red+Green+Blue) = 130+113+200=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #8271C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271C8 is #7D8E37. Grayscale: #7F7F7F. Windows color (decimal): -8228408 or 13136258. OLE color: 13136258.

HSL color Cylindrical-coordinate representation of color #8271C8: hue angle of 251.72º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8271C8 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 113 200 -
CMYK 0.35 0.44 0 0.22
HSL 251.72º 0.44% 0.61% -
HSV(B) 251.72º 0.44% 0.78% -
XYZ 25.54 20.73 57.3 -
YUV 128 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 130 113 200 0.35 0.44 0 0.22 251.72 0.44 0.61
Hex 82 71 C8 23 2C 0 16 FC 2C 3D
Octal 202 161 310 43 54 0 26 374 54 75
Binary 10000010 1110001 11001000 100011 101100 0 10110 11111100 101100 111101

Color Harmonies of #8271C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271C8

Black with #8271C8

Text Example


Text Example

White with #8271C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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