#8B7FFD

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

Shades of Light Slate Blue #8B7FFD

Tints of Light Slate Blue #8B7FFD

Color information

#8B7FFD (or 0x8B7FFD) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7F and FD. RGB value is (139,127,253). Sum of RGB (Red+Green+Blue) = 139+127+253=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #8B7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FFD is #748002. Grayscale: #909090. Windows color (decimal): -7634947 or 16613259. OLE color: 16613259.

HSL color Cylindrical-coordinate representation of color #8B7FFD: hue angle of 245.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7FFD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139127253-
CMYK0.450.5000.01
HSL245.71º96.92%74.51%-
HSV(B)245.71º49.8%99.22%-
XYZ35.9727.7696.39-
YUV144.95188.98123.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 253 (99.22% from 255) = 48.75%
R=26.78%
G=24.47%
B=48.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391272530.450.5000.01245.7196.9274.51
Hex8B7FFD2D3201f6614b
Octal213177375556201366141113
Binary10001011111111111111101101101110010011111011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,253); }

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

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

 a { background-color: rgb(139,127,253); }

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

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

 span { border-color: rgb(139,127,253); }

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