Html Css Color HEX #8273BE Moody Blue

📋 copy color: '#8273BE'

red 130 ◦ green 115 ◦ blue 190

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

Shades of Moody Blue #8273BE

Tints of Moody Blue #8273BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 29.89%
G = 26.44%
B = 43.68%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8273BE (or 0x8273BE) is known color: Moody Blue. HEX triplet: 82, 73 and BE. RGB value is (130,115,190). Sum of RGB (Red+Green+Blue) = 130+115+190=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8273BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273BE is #7D8C41. Grayscale: #7F7F7F. Windows color (decimal): -8227906 or 12481410. OLE color: 12481410.

HSL color Cylindrical-coordinate representation of color #8273BE: hue angle of 252º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8273BE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 115 190 -
CMYK 0.32 0.39 0 0.25
HSL 252º 0.37% 0.6% -
HSV(B) 252º 0.39% 0.75% -
XYZ 24.63 20.73 51.42 -
YUV 128.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 130 115 190 0.32 0.39 0 0.25 252 0.37 0.6
Hex 82 73 BE 20 27 0 19 FC 25 3C
Octal 202 163 276 40 47 0 31 374 45 74
Binary 10000010 1110011 10111110 100000 100111 0 11001 11111100 100101 111100

Color Harmonies of #8273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273BE

Black with #8273BE

Text Example


Text Example

White with #8273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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