Html Css Color HEX #8078EE Medium Slate Blue

📋 copy color: '#8078EE'

red 128 ◦ green 120 ◦ blue 238

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

Shades of Medium Slate Blue #8078EE

Tints of Medium Slate Blue #8078EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

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

R = 26.34%
G = 24.69%
B = 48.97%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8078EE (or 0x8078EE) is known color: Medium Slate Blue. HEX triplet: 80, 78 and EE. RGB value is (128,120,238). Sum of RGB (Red+Green+Blue) = 128+120+238=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #8078EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078EE is #7F8711. Grayscale: #878787. Windows color (decimal): -8357650 or 15628416. OLE color: 15628416.

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

Color convert

RGB 128 120 238 -
CMYK 0.46 0.50 0 0.07
HSL 244.07º 0.78% 0.7% -
HSV(B) 244.07º 0.5% 0.93% -
XYZ 31.05 24.2 83.92 -
YUV 135.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 128 120 238 0.46 0.50 0 0.07 244.07 0.78 0.7
Hex 80 78 EE 2E 32 0 7 F4 4E 46
Octal 200 170 356 56 62 0 7 364 116 106
Binary 10000000 1111000 11101110 101110 110010 0 111 11110100 1001110 1000110

Color Harmonies of #8078EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078EE

Black with #8078EE

Text Example


Text Example

White with #8078EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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