Html Css Color HEX #8175EC Medium Slate Blue

📋 copy color: '#8175EC'

red 129 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #8175EC

Tints of Medium Slate Blue #8175EC

RGB

 RED value IS 129 (50.78% from 255) = 26.76%

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 26.76%
G = 24.27%
B = 48.96%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8175EC (or 0x8175EC) is known color: Medium Slate Blue. HEX triplet: 81, 75 and EC. RGB value is (129,117,236). Sum of RGB (Red+Green+Blue) = 129+117+236=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #8175EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8175EC is #7E8A13. Grayscale: #858585. Windows color (decimal): -8292884 or 15496577. OLE color: 15496577.

HSL color Cylindrical-coordinate representation of color #8175EC: hue angle of 246.05º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8175EC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 117 236 -
CMYK 0.45 0.50 0 0.07
HSL 246.05º 0.76% 0.69% -
HSV(B) 246.05º 0.5% 0.93% -
XYZ 30.55 23.45 82.27 -
YUV 134.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 129 117 236 0.45 0.50 0 0.07 246.05 0.76 0.69
Hex 81 75 EC 2D 32 0 7 F6 4C 45
Octal 201 165 354 55 62 0 7 366 114 105
Binary 10000001 1110101 11101100 101101 110010 0 111 11110110 1001100 1000101

Color Harmonies of #8175EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175EC

Black with #8175EC

Text Example


Text Example

White with #8175EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8175EC; }

 p { color: rgb(129,117,236); }

 H1.HeaderClassName
 {
   color: #8175EC;
 }
 .AnyTagClassName
 {
   color: #8175EC;
 }
</style>

background-color css

<style>
 a { background-color: #8175EC; }

 a { background-color: rgb(129,117,236); }

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

border-color css

<style>
 span { border-color: #8175EC; }

 span { border-color: rgb(129,117,236); }

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