Html Css Color HEX #8268DC Medium Slate Blue

📋 copy color: '#8268DC'

red 130 ◦ green 104 ◦ blue 220

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

Shades of Medium Slate Blue #8268DC

Tints of Medium Slate Blue #8268DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 28.63%
G = 22.91%
B = 48.46%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8268DC (or 0x8268DC) is known color: Medium Slate Blue. HEX triplet: 82, 68 and DC. RGB value is (130,104,220). Sum of RGB (Red+Green+Blue) = 130+104+220=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8268DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268DC is #7D9723. Grayscale: #7C7C7C. Windows color (decimal): -8230692 or 14444674. OLE color: 14444674.

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

Color convert

RGB 130 104 220 -
CMYK 0.41 0.53 0 0.14
HSL 253.45º 0.62% 0.64% -
HSV(B) 253.45º 0.53% 0.86% -
XYZ 27.07 19.81 70.11 -
YUV 125 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 130 104 220 0.41 0.53 0 0.14 253.45 0.62 0.64
Hex 82 68 DC 29 35 0 E FD 3E 40
Octal 202 150 334 51 65 0 16 375 76 100
Binary 10000010 1101000 11011100 101001 110101 0 1110 11111101 111110 1000000

Color Harmonies of #8268DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268DC

Black with #8268DC

Text Example


Text Example

White with #8268DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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