Html Css Color HEX #8269DC Medium Slate Blue

📋 copy color: '#8269DC'

red 130 ◦ green 105 ◦ blue 220

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

Shades of Medium Slate Blue #8269DC

Tints of Medium Slate Blue #8269DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 28.57%
G = 23.08%
B = 48.35%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8269DC (or 0x8269DC) is known color: Medium Slate Blue. HEX triplet: 82, 69 and DC. RGB value is (130,105,220). Sum of RGB (Red+Green+Blue) = 130+105+220=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #8269DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269DC is #7D9623. Grayscale: #7D7D7D. Windows color (decimal): -8230436 or 14444930. OLE color: 14444930.

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

Color convert

RGB 130 105 220 -
CMYK 0.41 0.52 0 0.14
HSL 253.04º 0.62% 0.64% -
HSV(B) 253.04º 0.52% 0.86% -
XYZ 27.18 20.02 70.14 -
YUV 125.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 130 105 220 0.41 0.52 0 0.14 253.04 0.62 0.64
Hex 82 69 DC 29 34 0 E FD 3E 40
Octal 202 151 334 51 64 0 16 375 76 100
Binary 10000010 1101001 11011100 101001 110100 0 1110 11111101 111110 1000000

Color Harmonies of #8269DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269DC

Black with #8269DC

Text Example


Text Example

White with #8269DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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