Html Css Color HEX #8271CC Moody Blue

📋 copy color: '#8271CC'

red 130 ◦ green 113 ◦ blue 204

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

Shades of Moody Blue #8271CC

Tints of Moody Blue #8271CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 29.08%
G = 25.28%
B = 45.64%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8271CC (or 0x8271CC) is known color: Moody Blue. HEX triplet: 82, 71 and CC. RGB value is (130,113,204). Sum of RGB (Red+Green+Blue) = 130+113+204=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #8271CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271CC is #7D8E33. Grayscale: #808080. Windows color (decimal): -8228404 or 13398402. OLE color: 13398402.

HSL color Cylindrical-coordinate representation of color #8271CC: hue angle of 251.21º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8271CC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 113 204 -
CMYK 0.36 0.45 0 0.2
HSL 251.21º 0.47% 0.62% -
HSV(B) 251.21º 0.45% 0.8% -
XYZ 26.01 20.92 59.79 -
YUV 128.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 130 113 204 0.36 0.45 0 0.2 251.21 0.47 0.62
Hex 82 71 CC 24 2D 0 14 FB 2F 3E
Octal 202 161 314 44 55 0 24 373 57 76
Binary 10000010 1110001 11001100 100100 101101 0 10100 11111011 101111 111110

Color Harmonies of #8271CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271CC

Black with #8271CC

Text Example


Text Example

White with #8271CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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