#8965FA

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

Shades of Light Slate Blue #8965FA

Tints of Light Slate Blue #8965FA

Color information

#8965FA (or 0x8965FA) is unknown color: approx Light Slate Blue. HEX triplet: 89, 65 and FA. RGB value is (137,101,250). Sum of RGB (Red+Green+Blue) = 137+101+250=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #8965FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965FA is #769A05. Grayscale: #808080. Windows color (decimal): -7772678 or 16409993. OLE color: 16409993.

HSL color Cylindrical-coordinate representation of color #8965FA: hue angle of 254.5º 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 #8965FA is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137101250-
CMYK0.450.6000.02
HSL254.5º93.71%68.82%-
HSV(B)254.5º59.6%98.04%-
XYZ32.2321.5392.9-
YUV128.75196.43133.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 101 (39.84% from 255) = 20.70%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=28.07%
G=20.70%
B=51.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371012500.450.6000.02254.593.7168.82
Hex8965FA2D3C02fe5e45
Octal211145372557402376136105
Binary100010011100101111110101011011111000101111111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8965FA; }

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

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

<style>
 a { background-color: #8965FA; }

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

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

<style>
 span { border-color: #8965FA; }

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

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