#965EFD

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

Shades of Light Slate Blue #965EFD

Tints of Light Slate Blue #965EFD

Color information

#965EFD (or 0x965EFD) is unknown color: approx Light Slate Blue. HEX triplet: 96, 5E and FD. RGB value is (150,94,253). Sum of RGB (Red+Green+Blue) = 150+94+253=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #965EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965EFD is #69A102. Grayscale: #808080. Windows color (decimal): -6922499 or 16604822. OLE color: 16604822.

HSL color Cylindrical-coordinate representation of color #965EFD: hue angle of 261.13º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965EFD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15094253-
CMYK0.410.6300.01
HSL261.13º97.55%68.04%-
HSV(B)261.13º62.85%99.22%-
XYZ34.3121.5895.29-
YUV128.87198.05143.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 253 (99.22% from 255) = 50.91%
R=30.18%
G=18.91%
B=50.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150942530.410.6300.01261.1397.5568.04
Hex965EFD293F011056244
Octal226136375517701405142104
Binary100101101011110111111011010011111110110000010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965EFD; }

 p { color: rgb(150,94,253); }

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

<style>
 a { background-color: #965EFD; }

 a { background-color: rgb(150,94,253); }

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

<style>
 span { border-color: #965EFD; }

 span { border-color: rgb(150,94,253); }

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