Html Css Color HEX #8268EC Medium Slate Blue

📋 copy color: '#8268EC'

red 130 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #8268EC

Tints of Medium Slate Blue #8268EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 27.66%
G = 22.13%
B = 50.21%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8268EC (or 0x8268EC) is known color: Medium Slate Blue. HEX triplet: 82, 68 and EC. RGB value is (130,104,236). Sum of RGB (Red+Green+Blue) = 130+104+236=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #8268EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8268EC is #7D9713. Grayscale: #7E7E7E. Windows color (decimal): -8230676 or 15493250. OLE color: 15493250.

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

Color convert

RGB 130 104 236 -
CMYK 0.45 0.56 0 0.07
HSL 251.82º 0.78% 0.67% -
HSV(B) 251.82º 0.56% 0.93% -
XYZ 29.3 20.7 81.81 -
YUV 126.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 130 104 236 0.45 0.56 0 0.07 251.82 0.78 0.67
Hex 82 68 EC 2D 38 0 7 FC 4E 43
Octal 202 150 354 55 70 0 7 374 116 103
Binary 10000010 1101000 11101100 101101 111000 0 111 11111100 1001110 1000011

Color Harmonies of #8268EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268EC

Black with #8268EC

Text Example


Text Example

White with #8268EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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