Html Css Color HEX #8275DF Medium Slate Blue

📋 copy color: '#8275DF'

red 130 ◦ green 117 ◦ blue 223

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

Shades of Medium Slate Blue #8275DF

Tints of Medium Slate Blue #8275DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 27.66%
G = 24.89%
B = 47.45%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8275DF (or 0x8275DF) is known color: Medium Slate Blue. HEX triplet: 82, 75 and DF. RGB value is (130,117,223). Sum of RGB (Red+Green+Blue) = 130+117+223=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8275DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275DF is #7D8A20. Grayscale: #848484. Windows color (decimal): -8227361 or 14644610. OLE color: 14644610.

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

Color convert

RGB 130 117 223 -
CMYK 0.42 0.48 0 0.13
HSL 247.36º 0.62% 0.67% -
HSV(B) 247.36º 0.48% 0.87% -
XYZ 28.89 22.8 72.69 -
YUV 132.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 130 117 223 0.42 0.48 0 0.13 247.36 0.62 0.67
Hex 82 75 DF 2A 30 0 D F7 3E 43
Octal 202 165 337 52 60 0 15 367 76 103
Binary 10000010 1110101 11011111 101010 110000 0 1101 11110111 111110 1000011

Color Harmonies of #8275DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275DF

Black with #8275DF

Text Example


Text Example

White with #8275DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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