#8B64F9

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

Shades of Light Slate Blue #8B64F9

Tints of Light Slate Blue #8B64F9

Color information

#8B64F9 (or 0x8B64F9) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 64 and F9. RGB value is (139,100,249). Sum of RGB (Red+Green+Blue) = 139+100+249=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B64F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B64F9 is #749B06. Grayscale: #808080. Windows color (decimal): -7641863 or 16344203. OLE color: 16344203.

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

Color convert

RGB139100249-
CMYK0.440.6000.02
HSL255.7º92.55%68.43%-
HSV(B)255.7º59.84%97.65%-
XYZ32.321.4492.06-
YUV128.65195.92135.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=28.48%
G=20.49%
B=51.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391002490.440.6000.02255.792.5568.43
Hex8B64F92C3C021005d44
Octal213144371547402400135104
Binary1000101111001001111100110110011110001010000000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,100,249); }

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

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

 a { background-color: rgb(139,100,249); }

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

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

 span { border-color: rgb(139,100,249); }

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