Html Css Color HEX #8267DF Medium Slate Blue

📋 copy color: '#8267DF'

red 130 ◦ green 103 ◦ blue 223

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

Shades of Medium Slate Blue #8267DF

Tints of Medium Slate Blue #8267DF

RGB

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

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

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

R = 28.51%
G = 22.59%
B = 48.9%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8267DF (or 0x8267DF) is known color: Medium Slate Blue. HEX triplet: 82, 67 and DF. RGB value is (130,103,223). Sum of RGB (Red+Green+Blue) = 130+103+223=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #8267DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DF is #7D9820. Grayscale: #7C7C7C. Windows color (decimal): -8230945 or 14641026. OLE color: 14641026.

HSL color Cylindrical-coordinate representation of color #8267DF: hue angle of 253.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8267DF is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 103 223 -
CMYK 0.42 0.54 0 0.13
HSL 253.5º 0.65% 0.64% -
HSV(B) 253.5º 0.54% 0.87% -
XYZ 27.38 19.77 72.19 -
YUV 124.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 130 103 223 0.42 0.54 0 0.13 253.5 0.65 0.64
Hex 82 67 DF 2A 36 0 D FE 41 40
Octal 202 147 337 52 66 0 15 376 101 100
Binary 10000010 1100111 11011111 101010 110110 0 1101 11111110 1000001 1000000

Color Harmonies of #8267DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8267DF

Black with #8267DF

Text Example


Text Example

White with #8267DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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