Html Css Color HEX #8271CB Moody Blue

📋 copy color: '#8271CB'

red 130 ◦ green 113 ◦ blue 203

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

Shades of Moody Blue #8271CB

Tints of Moody Blue #8271CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 29.15%
G = 25.34%
B = 45.52%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8271CB (or 0x8271CB) is known color: Moody Blue. HEX triplet: 82, 71 and CB. RGB value is (130,113,203). Sum of RGB (Red+Green+Blue) = 130+113+203=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #8271CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8271CB is #7D8E34. Grayscale: #808080. Windows color (decimal): -8228405 or 13332866. OLE color: 13332866.

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

Color convert

RGB 130 113 203 -
CMYK 0.36 0.44 0 0.20
HSL 251.33º 0.46% 0.62% -
HSV(B) 251.33º 0.44% 0.8% -
XYZ 25.89 20.87 59.16 -
YUV 128.34 170.13 129.18 -
System Red Green Blue C M Y K H S L
Decimal 130 113 203 0.36 0.44 0 0.20 251.33 0.46 0.62
Hex 82 71 CB 24 2C 0 14 FB 2E 3E
Octal 202 161 313 44 54 0 24 373 56 76
Binary 10000010 1110001 11001011 100100 101100 0 10100 11111011 101110 111110

Color Harmonies of #8271CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271CB

Black with #8271CB

Text Example


Text Example

White with #8271CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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