Html Css Color HEX #8075EF Medium Slate Blue

📋 copy color: '#8075EF'

red 128 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #8075EF

Tints of Medium Slate Blue #8075EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 26.45%
G = 24.17%
B = 49.38%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8075EF (or 0x8075EF) is known color: Medium Slate Blue. HEX triplet: 80, 75 and EF. RGB value is (128,117,239). Sum of RGB (Red+Green+Blue) = 128+117+239=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #8075EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8075EF is #7F8A10. Grayscale: #858585. Windows color (decimal): -8358417 or 15693184. OLE color: 15693184.

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

Color convert

RGB 128 117 239 -
CMYK 0.46 0.51 0 0.06
HSL 245.41º 0.79% 0.7% -
HSV(B) 245.41º 0.51% 0.94% -
XYZ 30.84 23.54 84.58 -
YUV 134.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 128 117 239 0.46 0.51 0 0.06 245.41 0.79 0.7
Hex 80 75 EF 2E 33 0 6 F5 4F 46
Octal 200 165 357 56 63 0 6 365 117 106
Binary 10000000 1110101 11101111 101110 110011 0 110 11110101 1001111 1000110

Color Harmonies of #8075EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8075EF

Black with #8075EF

Text Example


Text Example

White with #8075EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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