#8B7FFB

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

Shades of Light Slate Blue #8B7FFB

Tints of Light Slate Blue #8B7FFB

Color information

#8B7FFB (or 0x8B7FFB) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 7F and FB. RGB value is (139,127,251). Sum of RGB (Red+Green+Blue) = 139+127+251=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7FFB is #748004. Grayscale: #909090. Windows color (decimal): -7634949 or 16482187. OLE color: 16482187.

HSL color Cylindrical-coordinate representation of color #8B7FFB: hue angle of 245.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7FFB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139127251-
CMYK0.450.4900.02
HSL245.81º93.94%74.12%-
HSV(B)245.81º49.4%98.43%-
XYZ35.6527.6394.72-
YUV144.72187.98123.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=26.89%
G=24.56%
B=48.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391272510.450.4900.02245.8193.9474.12
Hex8B7FFB2D3102f65e4a
Octal213177373556102366136112
Binary100010111111111111110111011011100010101111011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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