#9165FA

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

Shades of Light Slate Blue #9165FA

Tints of Light Slate Blue #9165FA

Color information

#9165FA (or 0x9165FA) is unknown color: approx Light Slate Blue. HEX triplet: 91, 65 and FA. RGB value is (145,101,250). Sum of RGB (Red+Green+Blue) = 145+101+250=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9165FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9165FA is #6E9A05. Grayscale: #828282. Windows color (decimal): -7248390 or 16410001. OLE color: 16410001.

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

Color convert

RGB145101250-
CMYK0.420.6000.02
HSL257.72º93.71%68.82%-
HSV(B)257.72º59.6%98.04%-
XYZ33.5922.2392.96-
YUV131.14195.08137.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=29.23%
G=20.36%
B=50.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451012500.420.6000.02257.7293.7168.82
Hex9165FA2A3C021025e45
Octal221145372527402402136105
Binary1001000111001011111101010101011110001010000001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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