#8B65FA

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

Shades of Light Slate Blue #8B65FA

Tints of Light Slate Blue #8B65FA

Color information

#8B65FA (or 0x8B65FA) is unknown color: approx Light Slate Blue. HEX triplet: 8B, 65 and FA. RGB value is (139,101,250). Sum of RGB (Red+Green+Blue) = 139+101+250=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B65FA is #749A05. Grayscale: #808080. Windows color (decimal): -7641606 or 16409995. OLE color: 16409995.

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

Color convert

RGB139101250-
CMYK0.440.6000.02
HSL255.3º93.71%68.82%-
HSV(B)255.3º59.6%98.04%-
XYZ32.5621.792.91-
YUV129.35196.09134.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 101 (39.84% from 255) = 20.61%
BLUE value IS 250 (98.05% from 255) = 51.02%
R=28.37%
G=20.61%
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
Decimal1391012500.440.6000.02255.393.7168.82
Hex8B65FA2C3C02ff5e45
Octal213145372547402377136105
Binary100010111100101111110101011001111000101111111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,250); }

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

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

 a { background-color: rgb(139,101,250); }

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

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

 span { border-color: rgb(139,101,250); }

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