Html Css Color HEX #8263E6 Medium Slate Blue

📋 copy color: '#8263E6'

red 130 ◦ green 99 ◦ blue 230

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

Shades of Medium Slate Blue #8263E6

Tints of Medium Slate Blue #8263E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 28.32%
G = 21.57%
B = 50.11%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8263E6 (or 0x8263E6) is known color: Medium Slate Blue. HEX triplet: 82, 63 and E6. RGB value is (130,99,230). Sum of RGB (Red+Green+Blue) = 130+99+230=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #8263E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8263E6 is #7D9C19. Grayscale: #7A7A7A. Windows color (decimal): -8231962 or 15098754. OLE color: 15098754.

HSL color Cylindrical-coordinate representation of color #8263E6: hue angle of 254.2º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8263E6 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 99 230 -
CMYK 0.43 0.57 0 0.10
HSL 254.2º 0.72% 0.65% -
HSV(B) 254.2º 0.57% 0.9% -
XYZ 27.95 19.38 77.13 -
YUV 123.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 130 99 230 0.43 0.57 0 0.10 254.2 0.72 0.65
Hex 82 63 E6 2B 39 0 A FE 48 41
Octal 202 143 346 53 71 0 12 376 110 101
Binary 10000010 1100011 11100110 101011 111001 0 1010 11111110 1001000 1000001

Color Harmonies of #8263E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263E6

Black with #8263E6

Text Example


Text Example

White with #8263E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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