#965AFF

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

Shades of Light Slate Blue #965AFF

Tints of Light Slate Blue #965AFF

Color information

#965AFF (or 0x965AFF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 5A and FF. RGB value is (150,90,255). Sum of RGB (Red+Green+Blue) = 150+90+255=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 90 (35.55% from 255 or 18.18% 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 #965AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AFF is #69A500. Grayscale: #7E7E7E. Windows color (decimal): -6923521 or 16734870. OLE color: 16734870.

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

Color convert

RGB15090255-
CMYK0.410.6500
HSL261.82º100%67.65%-
HSV(B)261.82º64.71%100%-
XYZ34.2821.0296.86-
YUV126.75200.38144.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 255 (100% from 255) = 51.52%
R=30.30%
G=18.18%
B=51.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150902550.410.6500261.8210067.65
Hex965AFF2941001066444
Octal2261323775110100406144104
Binary1001011010110101111111110100110000010010000011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,90,255); }

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

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

 a { background-color: rgb(150,90,255); }

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

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

 span { border-color: rgb(150,90,255); }

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