#8B68F0

Color #8B68F0 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8B68F0

Tints of Medium Slate Blue #8B68F0

Color information

#8B68F0 (or 0x8B68F0) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 68 and F0. RGB value is (139,104,240). Sum of RGB (Red+Green+Blue) = 139+104+240=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B68F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B68F0 is #74970F. Grayscale: #818181. Windows color (decimal): -7640848 or 15755403. OLE color: 15755403.

HSL color Cylindrical-coordinate representation of color #8B68F0: hue angle of 255.44º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B68F0 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139104240-
CMYK0.420.5700.06
HSL255.44º81.93%67.45%-
HSV(B)255.44º56.67%94.12%-
XYZ31.3321.6884.97-
YUV129.97190.1134.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 240 (94.14% from 255) = 49.69%
R=28.78%
G=21.53%
B=49.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391042400.420.5700.06255.4481.9367.45
Hex8B68F02A3906ff5243
Octal213150360527106377122103
Binary1000101111010001111000010101011100101101111111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B68F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B68F0; }

 p { color: rgb(139,104,240); }

 H1.HeaderClassName
 {
   color: #8B68F0;
 }
 .AnyTagClassName
 {
   color: #8B68F0;
 }
</style>
background-color css

<style>
 a { background-color: #8B68F0; }

 a { background-color: rgb(139,104,240); }

 div.DivClassName
 {
   background-color: #8B68F0;
 }
 .BgClassName
 {
   background-color: #8B68F0;
 }
</style>
border-color css

<style>
 span { border-color: #8B68F0; }

 span { border-color: rgb(139,104,240); }

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