Html Css Color HEX #8263EF Medium Slate Blue

📋 copy color: '#8263EF'

red 130 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #8263EF

Tints of Medium Slate Blue #8263EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 27.78%
G = 21.15%
B = 51.07%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8263EF (or 0x8263EF) is known color: Medium Slate Blue. HEX triplet: 82, 63 and EF. RGB value is (130,99,239). Sum of RGB (Red+Green+Blue) = 130+99+239=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #8263EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263EF is #7D9C10. Grayscale: #7B7B7B. Windows color (decimal): -8231953 or 15688578. OLE color: 15688578.

HSL color Cylindrical-coordinate representation of color #8263EF: hue angle of 253.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8263EF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 99 239 -
CMYK 0.46 0.59 0 0.06
HSL 253.29º 0.81% 0.66% -
HSV(B) 253.29º 0.59% 0.94% -
XYZ 29.25 19.9 83.96 -
YUV 124.23 192.77 132.12 -
System Red Green Blue C M Y K H S L
Decimal 130 99 239 0.46 0.59 0 0.06 253.29 0.81 0.66
Hex 82 63 EF 2E 3B 0 6 FD 51 42
Octal 202 143 357 56 73 0 6 375 121 102
Binary 10000010 1100011 11101111 101110 111011 0 110 11111101 1010001 1000010

Color Harmonies of #8263EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263EF

Black with #8263EF

Text Example


Text Example

White with #8263EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8263EF; }

 p { color: rgb(130,99,239); }

 H1.HeaderClassName
 {
   color: #8263EF;
 }
 .AnyTagClassName
 {
   color: #8263EF;
 }
</style>

background-color css

<style>
 a { background-color: #8263EF; }

 a { background-color: rgb(130,99,239); }

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

border-color css

<style>
 span { border-color: #8263EF; }

 span { border-color: rgb(130,99,239); }

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