Html Css Color HEX #8273E8 Medium Slate Blue

📋 copy color: '#8273E8'

red 130 ◦ green 115 ◦ blue 232

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

Shades of Medium Slate Blue #8273E8

Tints of Medium Slate Blue #8273E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.64%

R = 27.25%
G = 24.11%
B = 48.64%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8273E8 (or 0x8273E8) is known color: Medium Slate Blue. HEX triplet: 82, 73 and E8. RGB value is (130,115,232). Sum of RGB (Red+Green+Blue) = 130+115+232=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #8273E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273E8 is #7D8C17. Grayscale: #848484. Windows color (decimal): -8227864 or 15233922. OLE color: 15233922.

HSL color Cylindrical-coordinate representation of color #8273E8: hue angle of 247.69º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8273E8 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 115 232 -
CMYK 0.44 0.50 0 0.09
HSL 247.69º 0.72% 0.68% -
HSV(B) 247.69º 0.5% 0.91% -
XYZ 29.9 22.83 79.18 -
YUV 132.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 130 115 232 0.44 0.50 0 0.09 247.69 0.72 0.68
Hex 82 73 E8 2C 32 0 9 F8 48 44
Octal 202 163 350 54 62 0 11 370 110 104
Binary 10000010 1110011 11101000 101100 110010 0 1001 11111000 1001000 1000100

Color Harmonies of #8273E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273E8

Black with #8273E8

Text Example


Text Example

White with #8273E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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