#8B75F0

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

Shades of Light Slate Blue #8B75F0

Tints of Light Slate Blue #8B75F0

Color information

#8B75F0 (or 0x8B75F0) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 75 and F0. RGB value is (139,117,240). Sum of RGB (Red+Green+Blue) = 139+117+240=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #8B75F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B75F0 is #748A0F. Grayscale: #898989. Windows color (decimal): -7637520 or 15758731. OLE color: 15758731.

HSL color Cylindrical-coordinate representation of color #8B75F0: hue angle of 250.73º degrees, saturation: 0.8, 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 #8B75F0 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139117240-
CMYK0.420.5100.06
HSL250.73º80.39%70%-
HSV(B)250.73º51.25%94.12%-
XYZ32.7424.585.44-
YUV137.6185.79129-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.02%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 240 (94.14% from 255) = 48.39%
R=28.02%
G=23.59%
B=48.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1391172400.420.5100.06250.7380.3970
Hex8B75F02A3306fb5046
Octal213165360526306373120106
Binary1000101111101011111000010101011001101101111101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B75F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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