Html Css Color HEX #965CFF Light Slate Blue

📋 copy color: '#965CFF'

red 150 ◦ green 92 ◦ blue 255

#965CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #965CFF

Tints of Light Slate Blue #965CFF

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 value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#965CFF (or 0x965CFF) is known color: 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

RGB 150 92 255 -
CMYK 0.41 0.64 0 0
HSL 261.35º 1% 0.68% -
HSV(B) 261.35º 0.64% 1% -
XYZ 34.45 21.36 96.91 -
YUV 127.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 150 92 255 0.41 0.64 0 0 261.35 1 0.68
Hex 96 5C FF 29 40 0 0 105 64 44
Octal 226 134 377 51 100 0 0 405 144 104
Binary 10010110 1011100 11111111 101001 1000000 0 0 100000101 1100100 1000100

Color Harmonies of #965CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CFF

Black with #965CFF

Text Example


Text Example

White with #965CFF

Text Example


Text Example

HTML Codes & Css Web 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>