Html Css Color HEX #8267DC Medium Slate Blue

📋 copy color: '#8267DC'

red 130 ◦ green 103 ◦ blue 220

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

Shades of Medium Slate Blue #8267DC

Tints of Medium Slate Blue #8267DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.74%

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

R = 28.7%
G = 22.74%
B = 48.57%

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

#8267DC (or 0x8267DC) is known color: Medium Slate Blue. HEX triplet: 82, 67 and DC. RGB value is (130,103,220). Sum of RGB (Red+Green+Blue) = 130+103+220=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8267DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DC is #7D9823. Grayscale: #7B7B7B. Windows color (decimal): -8230948 or 14444418. OLE color: 14444418.

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

Color convert

RGB 130 103 220 -
CMYK 0.41 0.53 0 0.14
HSL 253.85º 0.63% 0.63% -
HSV(B) 253.85º 0.53% 0.86% -
XYZ 26.97 19.61 70.07 -
YUV 124.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 130 103 220 0.41 0.53 0 0.14 253.85 0.63 0.63
Hex 82 67 DC 29 35 0 E FE 3F 3F
Octal 202 147 334 51 65 0 16 376 77 77
Binary 10000010 1100111 11011100 101001 110101 0 1110 11111110 111111 111111

Color Harmonies of #8267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8267DC

Black with #8267DC

Text Example


Text Example

White with #8267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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