#8B75EF

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

Shades of Light Slate Blue #8B75EF

Tints of Light Slate Blue #8B75EF

Color information

#8B75EF (or 0x8B75EF) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 75 and EF. RGB value is (139,117,239). Sum of RGB (Red+Green+Blue) = 139+117+239=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B75EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B75EF is #748A10. Grayscale: #898989. Windows color (decimal): -7637521 or 15693195. OLE color: 15693195.

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

Color convert

RGB139117239-
CMYK0.420.5100.06
HSL250.82º79.22%69.8%-
HSV(B)250.82º51.05%93.73%-
XYZ32.5924.4484.66-
YUV137.49185.29129.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 239 (93.75% from 255) = 48.28%
R=28.08%
G=23.64%
B=48.28%

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
Decimal1391172390.420.5100.06250.8279.2269.8
Hex8B75EF2A3306fb4f46
Octal213165357526306373117106
Binary1000101111101011110111110101011001101101111101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B75EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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