Html Css Color HEX #8273E4 Medium Slate Blue

📋 copy color: '#8273E4'

red 130 ◦ green 115 ◦ blue 228

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

Shades of Medium Slate Blue #8273E4

Tints of Medium Slate Blue #8273E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 27.48%
G = 24.31%
B = 48.2%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8273E4 (or 0x8273E4) is known color: Medium Slate Blue. HEX triplet: 82, 73 and E4. RGB value is (130,115,228). Sum of RGB (Red+Green+Blue) = 130+115+228=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #8273E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273E4 is #7D8C1B. Grayscale: #838383. Windows color (decimal): -8227868 or 14971778. OLE color: 14971778.

HSL color Cylindrical-coordinate representation of color #8273E4: hue angle of 247.96º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8273E4 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 115 228 -
CMYK 0.43 0.50 0 0.11
HSL 247.96º 0.68% 0.67% -
HSV(B) 247.96º 0.5% 0.89% -
XYZ 29.34 22.61 76.22 -
YUV 132.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 130 115 228 0.43 0.50 0 0.11 247.96 0.68 0.67
Hex 82 73 E4 2B 32 0 B F8 44 43
Octal 202 163 344 53 62 0 13 370 104 103
Binary 10000010 1110011 11100100 101011 110010 0 1011 11111000 1000100 1000011

Color Harmonies of #8273E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273E4

Black with #8273E4

Text Example


Text Example

White with #8273E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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