Html Css Color HEX #8075EE Medium Slate Blue

📋 copy color: '#8075EE'

red 128 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #8075EE

Tints of Medium Slate Blue #8075EE

RGB

 RED value IS 128 (50.39% from 255) = 26.5%

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 26.5%
G = 24.22%
B = 49.28%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8075EE (or 0x8075EE) is known color: Medium Slate Blue. HEX triplet: 80, 75 and EE. RGB value is (128,117,238). Sum of RGB (Red+Green+Blue) = 128+117+238=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #8075EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8075EE is #7F8A11. Grayscale: #858585. Windows color (decimal): -8358418 or 15627648. OLE color: 15627648.

HSL color Cylindrical-coordinate representation of color #8075EE: hue angle of 245.45º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8075EE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 117 238 -
CMYK 0.46 0.51 0 0.07
HSL 245.45º 0.78% 0.7% -
HSV(B) 245.45º 0.51% 0.93% -
XYZ 30.7 23.48 83.8 -
YUV 134.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 128 117 238 0.46 0.51 0 0.07 245.45 0.78 0.7
Hex 80 75 EE 2E 33 0 7 F5 4E 46
Octal 200 165 356 56 63 0 7 365 116 106
Binary 10000000 1110101 11101110 101110 110011 0 111 11110101 1001110 1000110

Color Harmonies of #8075EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075EE

Black with #8075EE

Text Example


Text Example

White with #8075EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8075EE; }

 p { color: rgb(128,117,238); }

 H1.HeaderClassName
 {
   color: #8075EE;
 }
 .AnyTagClassName
 {
   color: #8075EE;
 }
</style>

background-color css

<style>
 a { background-color: #8075EE; }

 a { background-color: rgb(128,117,238); }

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

border-color css

<style>
 span { border-color: #8075EE; }

 span { border-color: rgb(128,117,238); }

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