Html Css Color HEX #8266EA Medium Slate Blue

📋 copy color: '#8266EA'

red 130 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #8266EA

Tints of Medium Slate Blue #8266EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 27.9%
G = 21.89%
B = 50.21%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8266EA (or 0x8266EA) is known color: Medium Slate Blue. HEX triplet: 82, 66 and EA. RGB value is (130,102,234). Sum of RGB (Red+Green+Blue) = 130+102+234=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #8266EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266EA is #7D9915. Grayscale: #7C7C7C. Windows color (decimal): -8231190 or 15361666. OLE color: 15361666.

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

Color convert

RGB 130 102 234 -
CMYK 0.44 0.56 0 0.08
HSL 252.73º 0.76% 0.66% -
HSV(B) 252.73º 0.56% 0.92% -
XYZ 28.81 20.19 80.22 -
YUV 125.42 189.28 131.27 -
System Red Green Blue C M Y K H S L
Decimal 130 102 234 0.44 0.56 0 0.08 252.73 0.76 0.66
Hex 82 66 EA 2C 38 0 8 FD 4C 42
Octal 202 146 352 54 70 0 10 375 114 102
Binary 10000010 1100110 11101010 101100 111000 0 1000 11111101 1001100 1000010

Color Harmonies of #8266EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8266EA

Black with #8266EA

Text Example


Text Example

White with #8266EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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