#945CFF

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

Shades of Light Slate Blue #945CFF

Tints of Light Slate Blue #945CFF

Color information

#945CFF (or 0x945CFF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5C and FF. RGB value is (148,92,255). Sum of RGB (Red+Green+Blue) = 148+92+255=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #945CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CFF is #6BA300. Grayscale: #7E7E7E. Windows color (decimal): -7054081 or 16735380. OLE color: 16735380.

HSL color Cylindrical-coordinate representation of color #945CFF: hue angle of 260.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #945CFF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14892255-
CMYK0.420.6400
HSL260.61º100%68.04%-
HSV(B)260.61º63.92%100%-
XYZ34.0921.1796.9-
YUV127.33200.05142.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 255 (100% from 255) = 51.52%
R=29.90%
G=18.59%
B=51.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148922550.420.6400260.6110068.04
Hex945CFF2A40001056444
Octal2241343775210000405144104
Binary1001010010111001111111110101010000000010000010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945CFF; }

 p { color: rgb(148,92,255); }

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

<style>
 a { background-color: #945CFF; }

 a { background-color: rgb(148,92,255); }

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

<style>
 span { border-color: #945CFF; }

 span { border-color: rgb(148,92,255); }

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