#8D8CFA

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

Shades of Light Slate Blue #8D8CFA

Tints of Light Slate Blue #8D8CFA

Color information

#8D8CFA (or 0x8D8CFA) is unknown color: approx Light Slate Blue. HEX triplet: 8D, 8C and FA. RGB value is (141,140,250). Sum of RGB (Red+Green+Blue) = 141+140+250=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D8CFA is #727305. Grayscale: #989898. Windows color (decimal): -7500550 or 16419981. OLE color: 16419981.

HSL color Cylindrical-coordinate representation of color #8D8CFA: hue angle of 240.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D8CFA is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141140250-
CMYK0.440.4400.02
HSL240.55º91.67%76.47%-
HSV(B)240.55º44%98.04%-
XYZ37.6231.3294.51-
YUV152.84182.83119.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=26.55%
G=26.37%
B=47.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411402500.440.4400.02240.5591.6776.47
Hex8D8CFA2C2C02f15c4c
Octal215214372545402361134114
Binary1000110110001100111110101011001011000101111000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,140,250); }

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

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

 a { background-color: rgb(141,140,250); }

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

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

 span { border-color: rgb(141,140,250); }

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