Html Css Color HEX #8266EB Medium Slate Blue

📋 copy color: '#8266EB'

red 130 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #8266EB

Tints of Medium Slate Blue #8266EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

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

R = 27.84%
G = 21.84%
B = 50.32%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8266EB (or 0x8266EB) is known color: Medium Slate Blue. HEX triplet: 82, 66 and EB. RGB value is (130,102,235). Sum of RGB (Red+Green+Blue) = 130+102+235=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #8266EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266EB is #7D9914. Grayscale: #7D7D7D. Windows color (decimal): -8231189 or 15427202. OLE color: 15427202.

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

Color convert

RGB 130 102 235 -
CMYK 0.45 0.57 0 0.08
HSL 252.63º 0.77% 0.66% -
HSV(B) 252.63º 0.57% 0.92% -
XYZ 28.95 20.25 80.98 -
YUV 125.53 189.78 131.19 -
System Red Green Blue C M Y K H S L
Decimal 130 102 235 0.45 0.57 0 0.08 252.63 0.77 0.66
Hex 82 66 EB 2D 39 0 8 FD 4D 42
Octal 202 146 353 55 71 0 10 375 115 102
Binary 10000010 1100110 11101011 101101 111001 0 1000 11111101 1001101 1000010

Color Harmonies of #8266EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8266EB

Black with #8266EB

Text Example


Text Example

White with #8266EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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