Html Css Color HEX #8078F0 Medium Slate Blue

📋 copy color: '#8078F0'

red 128 ◦ green 120 ◦ blue 240

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

Shades of Medium Slate Blue #8078F0

Tints of Medium Slate Blue #8078F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.18%

R = 26.23%
G = 24.59%
B = 49.18%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8078F0 (or 0x8078F0) is known color: Medium Slate Blue. HEX triplet: 80, 78 and F0. RGB value is (128,120,240). Sum of RGB (Red+Green+Blue) = 128+120+240=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #8078F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8078F0 is #7F870F. Grayscale: #878787. Windows color (decimal): -8357648 or 15759488. OLE color: 15759488.

HSL color Cylindrical-coordinate representation of color #8078F0: hue angle of 244º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8078F0 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 120 240 -
CMYK 0.47 0.5 0 0.06
HSL 244º 0.8% 0.71% -
HSV(B) 244º 0.5% 0.94% -
XYZ 31.35 24.31 85.48 -
YUV 136.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 128 120 240 0.47 0.5 0 0.06 244 0.8 0.71
Hex 80 78 F0 2F 32 0 6 F4 50 47
Octal 200 170 360 57 62 0 6 364 120 107
Binary 10000000 1111000 11110000 101111 110010 0 110 11110100 1010000 1000111

Color Harmonies of #8078F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078F0

Black with #8078F0

Text Example


Text Example

White with #8078F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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