Html Css Color HEX #8268DF Medium Slate Blue

📋 copy color: '#8268DF'

red 130 ◦ green 104 ◦ blue 223

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

Shades of Medium Slate Blue #8268DF

Tints of Medium Slate Blue #8268DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 28.45%
G = 22.76%
B = 48.8%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8268DF (or 0x8268DF) is known color: Medium Slate Blue. HEX triplet: 82, 68 and DF. RGB value is (130,104,223). Sum of RGB (Red+Green+Blue) = 130+104+223=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #8268DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268DF is #7D9720. Grayscale: #7C7C7C. Windows color (decimal): -8230689 or 14641282. OLE color: 14641282.

HSL color Cylindrical-coordinate representation of color #8268DF: hue angle of 253.11º degrees, saturation: 0.65, 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 #8268DF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 104 223 -
CMYK 0.42 0.53 0 0.13
HSL 253.11º 0.65% 0.64% -
HSV(B) 253.11º 0.53% 0.87% -
XYZ 27.48 19.97 72.22 -
YUV 125.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 130 104 223 0.42 0.53 0 0.13 253.11 0.65 0.64
Hex 82 68 DF 2A 35 0 D FD 41 40
Octal 202 150 337 52 65 0 15 375 101 100
Binary 10000010 1101000 11011111 101010 110101 0 1101 11111101 1000001 1000000

Color Harmonies of #8268DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268DF

Black with #8268DF

Text Example


Text Example

White with #8268DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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