Html Css Color HEX #8279EE Medium Slate Blue

📋 copy color: '#8279EE'

red 130 ◦ green 121 ◦ blue 238

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

Shades of Medium Slate Blue #8279EE

Tints of Medium Slate Blue #8279EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 26.58%
G = 24.74%
B = 48.67%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8279EE (or 0x8279EE) is known color: Medium Slate Blue. HEX triplet: 82, 79 and EE. RGB value is (130,121,238). Sum of RGB (Red+Green+Blue) = 130+121+238=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #8279EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8279EE is #7D8611. Grayscale: #888888. Windows color (decimal): -8226322 or 15628674. OLE color: 15628674.

HSL color Cylindrical-coordinate representation of color #8279EE: hue angle of 244.62º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8279EE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 121 238 -
CMYK 0.45 0.49 0 0.07
HSL 244.62º 0.77% 0.7% -
HSV(B) 244.62º 0.49% 0.93% -
XYZ 31.48 24.59 83.98 -
YUV 137.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 130 121 238 0.45 0.49 0 0.07 244.62 0.77 0.7
Hex 82 79 EE 2D 31 0 7 F5 4D 46
Octal 202 171 356 55 61 0 7 365 115 106
Binary 10000010 1111001 11101110 101101 110001 0 111 11110101 1001101 1000110

Color Harmonies of #8279EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279EE

Black with #8279EE

Text Example


Text Example

White with #8279EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8279EE; }

 p { color: rgb(130,121,238); }

 H1.HeaderClassName
 {
   color: #8279EE;
 }
 .AnyTagClassName
 {
   color: #8279EE;
 }
</style>

background-color css

<style>
 a { background-color: #8279EE; }

 a { background-color: rgb(130,121,238); }

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

border-color css

<style>
 span { border-color: #8279EE; }

 span { border-color: rgb(130,121,238); }

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