Html Css Color HEX #8262EC Medium Slate Blue

📋 copy color: '#8262EC'

red 130 ◦ green 98 ◦ blue 236

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

Shades of Medium Slate Blue #8262EC

Tints of Medium Slate Blue #8262EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.12%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 28.02%
G = 21.12%
B = 50.86%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8262EC (or 0x8262EC) is known color: Medium Slate Blue. HEX triplet: 82, 62 and EC. RGB value is (130,98,236). Sum of RGB (Red+Green+Blue) = 130+98+236=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #8262EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262EC is #7D9D13. Grayscale: #7A7A7A. Windows color (decimal): -8232212 or 15491714. OLE color: 15491714.

HSL color Cylindrical-coordinate representation of color #8262EC: hue angle of 253.91º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8262EC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 98 236 -
CMYK 0.45 0.58 0 0.07
HSL 253.91º 0.78% 0.65% -
HSV(B) 253.91º 0.58% 0.93% -
XYZ 28.71 19.54 81.61 -
YUV 123.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 130 98 236 0.45 0.58 0 0.07 253.91 0.78 0.65
Hex 82 62 EC 2D 3A 0 7 FE 4E 41
Octal 202 142 354 55 72 0 7 376 116 101
Binary 10000010 1100010 11101100 101101 111010 0 111 11111110 1001110 1000001

Color Harmonies of #8262EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262EC

Black with #8262EC

Text Example


Text Example

White with #8262EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8262EC; }

 p { color: rgb(130,98,236); }

 H1.HeaderClassName
 {
   color: #8262EC;
 }
 .AnyTagClassName
 {
   color: #8262EC;
 }
</style>

background-color css

<style>
 a { background-color: #8262EC; }

 a { background-color: rgb(130,98,236); }

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

border-color css

<style>
 span { border-color: #8262EC; }

 span { border-color: rgb(130,98,236); }

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