Html Css Color HEX #8273CA Moody Blue

📋 copy color: '#8273CA'

red 130 ◦ green 115 ◦ blue 202

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

Shades of Moody Blue #8273CA

Tints of Moody Blue #8273CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 29.08%
G = 25.73%
B = 45.19%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8273CA (or 0x8273CA) is known color: Moody Blue. HEX triplet: 82, 73 and CA. RGB value is (130,115,202). Sum of RGB (Red+Green+Blue) = 130+115+202=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #8273CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CA is #7D8C35. Grayscale: #818181. Windows color (decimal): -8227894 or 13267842. OLE color: 13267842.

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

Color convert

RGB 130 115 202 -
CMYK 0.36 0.43 0 0.21
HSL 250.34º 0.45% 0.62% -
HSV(B) 250.34º 0.43% 0.79% -
XYZ 26 21.27 58.61 -
YUV 129.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 130 115 202 0.36 0.43 0 0.21 250.34 0.45 0.62
Hex 82 73 CA 24 2B 0 15 FA 2D 3E
Octal 202 163 312 44 53 0 25 372 55 76
Binary 10000010 1110011 11001010 100100 101011 0 10101 11111010 101101 111110

Color Harmonies of #8273CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273CA

Black with #8273CA

Text Example


Text Example

White with #8273CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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