Html Css Color HEX #8276CA Moody Blue

📋 copy color: '#8276CA'

red 130 ◦ green 118 ◦ blue 202

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

Shades of Moody Blue #8276CA

Tints of Moody Blue #8276CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 28.89%
G = 26.22%
B = 44.89%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8276CA (or 0x8276CA) is known color: Moody Blue. HEX triplet: 82, 76 and CA. RGB value is (130,118,202). Sum of RGB (Red+Green+Blue) = 130+118+202=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #8276CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8276CA is #7D8935. Grayscale: #828282. Windows color (decimal): -8227126 or 13268610. OLE color: 13268610.

HSL color Cylindrical-coordinate representation of color #8276CA: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8276CA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 118 202 -
CMYK 0.36 0.42 0 0.21
HSL 248.57º 0.44% 0.63% -
HSV(B) 248.57º 0.42% 0.79% -
XYZ 26.35 21.97 58.73 -
YUV 131.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 130 118 202 0.36 0.42 0 0.21 248.57 0.44 0.63
Hex 82 76 CA 24 2A 0 15 F9 2C 3F
Octal 202 166 312 44 52 0 25 371 54 77
Binary 10000010 1110110 11001010 100100 101010 0 10101 11111001 101100 111111

Color Harmonies of #8276CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8276CA

Black with #8276CA

Text Example


Text Example

White with #8276CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8276CA; }

 p { color: rgb(130,118,202); }

 H1.HeaderClassName
 {
   color: #8276CA;
 }
 .AnyTagClassName
 {
   color: #8276CA;
 }
</style>

background-color css

<style>
 a { background-color: #8276CA; }

 a { background-color: rgb(130,118,202); }

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

border-color css

<style>
 span { border-color: #8276CA; }

 span { border-color: rgb(130,118,202); }

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