#945BF8

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

Shades of Light Slate Blue #945BF8

Tints of Light Slate Blue #945BF8

Color information

#945BF8 (or 0x945BF8) is unknown color: approx Light Slate Blue. HEX triplet: 94, 5B and F8. RGB value is (148,91,248). Sum of RGB (Red+Green+Blue) = 148+91+248=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #945BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945BF8 is #6BA407. Grayscale: #7D7D7D. Windows color (decimal): -7054344 or 16276372. OLE color: 16276372.

HSL color Cylindrical-coordinate representation of color #945BF8: hue angle of 261.78º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #945BF8 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14891248-
CMYK0.400.6300.03
HSL261.78º91.81%66.47%-
HSV(B)261.78º63.31%97.25%-
XYZ32.920.5691.04-
YUV125.94196.88143.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 248 (97.27% from 255) = 50.92%
R=30.39%
G=18.69%
B=50.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal148912480.400.6300.03261.7891.8166.47
Hex945BF8283F031065c42
Octal224133370507703406134102
Binary1001010010110111111100010100011111101110000011010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,91,248); }

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

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

 a { background-color: rgb(148,91,248); }

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

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

 span { border-color: rgb(148,91,248); }

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