#8D75FF

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

Shades of Light Slate Blue #8D75FF

Tints of Light Slate Blue #8D75FF

Color information

#8D75FF (or 0x8D75FF) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 75 and FF. RGB value is (141,117,255). Sum of RGB (Red+Green+Blue) = 141+117+255=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D75FF is #728A00. Grayscale: #8B8B8B. Windows color (decimal): -7506433 or 16741773. OLE color: 16741773.

HSL color Cylindrical-coordinate representation of color #8D75FF: hue angle of 250.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D75FF is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141117255-
CMYK0.450.5400
HSL250.43º100%72.94%-
HSV(B)250.43º54.12%100%-
XYZ35.425.6197.68-
YUV139.91192.95128.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 255 (100% from 255) = 49.71%
R=27.49%
G=22.81%
B=49.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411172550.450.5400250.4310072.94
Hex8D75FF2D3600fa6449
Octal215165377556600372144111
Binary10001101111010111111111101101110110001111101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,117,255); }

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

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

 a { background-color: rgb(141,117,255); }

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

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

 span { border-color: rgb(141,117,255); }

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