Html Css Color HEX #8273EB Medium Slate Blue

📋 copy color: '#8273EB'

red 130 ◦ green 115 ◦ blue 235

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

Shades of Medium Slate Blue #8273EB

Tints of Medium Slate Blue #8273EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 27.08%
G = 23.96%
B = 48.96%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8273EB (or 0x8273EB) is known color: Medium Slate Blue. HEX triplet: 82, 73 and EB. RGB value is (130,115,235). Sum of RGB (Red+Green+Blue) = 130+115+235=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #8273EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273EB is #7D8C14. Grayscale: #848484. Windows color (decimal): -8227861 or 15430530. OLE color: 15430530.

HSL color Cylindrical-coordinate representation of color #8273EB: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8273EB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 115 235 -
CMYK 0.45 0.51 0 0.08
HSL 247.5º 0.75% 0.69% -
HSV(B) 247.5º 0.51% 0.92% -
XYZ 30.33 23.01 81.44 -
YUV 133.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 130 115 235 0.45 0.51 0 0.08 247.5 0.75 0.69
Hex 82 73 EB 2D 33 0 8 F8 4B 45
Octal 202 163 353 55 63 0 10 370 113 105
Binary 10000010 1110011 11101011 101101 110011 0 1000 11111000 1001011 1000101

Color Harmonies of #8273EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273EB

Black with #8273EB

Text Example


Text Example

White with #8273EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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