Html Css Color HEX #8275EB Medium Slate Blue

📋 copy color: '#8275EB'

red 130 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #8275EB

Tints of Medium Slate Blue #8275EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 26.97%
G = 24.27%
B = 48.76%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8275EB (or 0x8275EB) is known color: Medium Slate Blue. HEX triplet: 82, 75 and EB. RGB value is (130,117,235). Sum of RGB (Red+Green+Blue) = 130+117+235=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8275EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8275EB is #7D8A14. Grayscale: #858585. Windows color (decimal): -8227349 or 15431042. OLE color: 15431042.

HSL color Cylindrical-coordinate representation of color #8275EB: hue angle of 246.61º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8275EB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 117 235 -
CMYK 0.45 0.50 0 0.08
HSL 246.61º 0.75% 0.69% -
HSV(B) 246.61º 0.5% 0.92% -
XYZ 30.56 23.47 81.52 -
YUV 134.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 130 117 235 0.45 0.50 0 0.08 246.61 0.75 0.69
Hex 82 75 EB 2D 32 0 8 F7 4B 45
Octal 202 165 353 55 62 0 10 367 113 105
Binary 10000010 1110101 11101011 101101 110010 0 1000 11110111 1001011 1000101

Color Harmonies of #8275EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275EB

Black with #8275EB

Text Example


Text Example

White with #8275EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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