#8B66FC

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

Shades of Light Slate Blue #8B66FC

Tints of Light Slate Blue #8B66FC

Color information

#8B66FC (or 0x8B66FC) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 66 and FC. RGB value is (139,102,252). Sum of RGB (Red+Green+Blue) = 139+102+252=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B66FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B66FC is #749903. Grayscale: #818181. Windows color (decimal): -7641348 or 16541323. OLE color: 16541323.

HSL color Cylindrical-coordinate representation of color #8B66FC: hue angle of 254.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B66FC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139102252-
CMYK0.450.6000.01
HSL254.8º96.15%69.41%-
HSV(B)254.8º59.52%98.82%-
XYZ32.9722.0294.61-
YUV130.16196.76134.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=28.19%
G=20.69%
B=51.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391022520.450.6000.01254.896.1569.41
Hex8B66FC2D3C01ff6045
Octal213146374557401377140105
Binary10001011110011011111100101101111100011111111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B66FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,252); }

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

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

 a { background-color: rgb(139,102,252); }

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

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

 span { border-color: rgb(139,102,252); }

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