Html Css Color HEX #8275E1 Medium Slate Blue

📋 copy color: '#8275E1'

red 130 ◦ green 117 ◦ blue 225

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

Shades of Medium Slate Blue #8275E1

Tints of Medium Slate Blue #8275E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.67%

R = 27.54%
G = 24.79%
B = 47.67%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8275E1 (or 0x8275E1) is known color: Medium Slate Blue. HEX triplet: 82, 75 and E1. RGB value is (130,117,225). Sum of RGB (Red+Green+Blue) = 130+117+225=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #8275E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275E1 is #7D8A1E. Grayscale: #848484. Windows color (decimal): -8227359 or 14775682. OLE color: 14775682.

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

Color convert

RGB 130 117 225 -
CMYK 0.42 0.48 0 0.12
HSL 247.22º 0.64% 0.67% -
HSV(B) 247.22º 0.48% 0.88% -
XYZ 29.16 22.9 74.12 -
YUV 133.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 130 117 225 0.42 0.48 0 0.12 247.22 0.64 0.67
Hex 82 75 E1 2A 30 0 C F7 40 43
Octal 202 165 341 52 60 0 14 367 100 103
Binary 10000010 1110101 11100001 101010 110000 0 1100 11110111 1000000 1000011

Color Harmonies of #8275E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275E1

Black with #8275E1

Text Example


Text Example

White with #8275E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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