Html Css Color HEX #8268DE Medium Slate Blue

📋 copy color: '#8268DE'

red 130 ◦ green 104 ◦ blue 222

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

Shades of Medium Slate Blue #8268DE

Tints of Medium Slate Blue #8268DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 28.51%
G = 22.81%
B = 48.68%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8268DE (or 0x8268DE) is known color: Medium Slate Blue. HEX triplet: 82, 68 and DE. RGB value is (130,104,222). Sum of RGB (Red+Green+Blue) = 130+104+222=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #8268DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268DE is #7D9721. Grayscale: #7C7C7C. Windows color (decimal): -8230690 or 14575746. OLE color: 14575746.

HSL color Cylindrical-coordinate representation of color #8268DE: hue angle of 253.22º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8268DE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 104 222 -
CMYK 0.41 0.53 0 0.13
HSL 253.22º 0.64% 0.64% -
HSV(B) 253.22º 0.53% 0.87% -
XYZ 27.34 19.92 71.51 -
YUV 125.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 130 104 222 0.41 0.53 0 0.13 253.22 0.64 0.64
Hex 82 68 DE 29 35 0 D FD 40 40
Octal 202 150 336 51 65 0 15 375 100 100
Binary 10000010 1101000 11011110 101001 110101 0 1101 11111101 1000000 1000000

Color Harmonies of #8268DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268DE

Black with #8268DE

Text Example


Text Example

White with #8268DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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