#965CFF

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

Shades of Light Slate Blue #965CFF

Tints of Light Slate Blue #965CFF

Color information

#965CFF (or 0x965CFF) is unknown color: approx Light Slate Blue. HEX triplet: 96, 5C and FF. RGB value is (150,92,255). Sum of RGB (Red+Green+Blue) = 150+92+255=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #965CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CFF is #69A300. Grayscale: #7F7F7F. Windows color (decimal): -6923009 or 16735382. OLE color: 16735382.

HSL color Cylindrical-coordinate representation of color #965CFF: hue angle of 261.35º 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 #965CFF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15092255-
CMYK0.410.6400
HSL261.35º100%68.04%-
HSV(B)261.35º63.92%100%-
XYZ34.4521.3696.91-
YUV127.92199.72143.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 255 (100% from 255) = 51.31%
R=30.18%
G=18.51%
B=51.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal150922550.410.6400261.3510068.04
Hex965CFF2940001056444
Octal2261343775110000405144104
Binary1001011010111001111111110100110000000010000010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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